Update repo.json

This commit is contained in:
github-actions[bot] 2025-01-05 12:45:36 +00:00
parent aa6562d107
commit 2272777aa9

View file

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