mirror of
https://github.com/spitkov/ynsrepo.git
synced 2025-01-18 12:34:38 +01:00
18 lines
No EOL
761 B
JSON
18 lines
No EOL
761 B
JSON
{
|
|
"packages": {
|
|
"calc": {
|
|
"name": "calc",
|
|
"version": "1.1",
|
|
"install": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/calc/install.sh",
|
|
"update": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/calc/update.sh",
|
|
"remove": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/calc/remove.sh"
|
|
},
|
|
"notepad": {
|
|
"name": "notepad",
|
|
"version": "2.0",
|
|
"install": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/notepad/install.sh",
|
|
"update": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/notepad/update.sh",
|
|
"remove": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/notepad/remove.sh"
|
|
}
|
|
}
|
|
} |