Update repo.json

This commit is contained in:
github-actions[bot] 2025-01-05 13:31:44 +00:00
parent e284932662
commit 5e6d2eedf0

View file

@ -1,18 +1,11 @@
{ {
"packages": { "packages": {
"calc": { "ayva": {
"name": "calc", "name": "ayva",
"version": "1.1", "version": "1.0",
"install": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/calc/install.sh", "install": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/ayva/install.sh",
"update": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/calc/update.sh", "update": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/ayva/update.sh",
"remove": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/calc/remove.sh" "remove": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/ayva/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"
} }
} }
} }