ynsrepo/repo.json
github-actions[bot] 2272777aa9 Update repo.json
2025-01-05 12:45:36 +00:00

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": "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"
}
}
}