ynsrepo/repo.json

18 lines
761 B
JSON
Raw Normal View History

{
"packages": {
"calc": {
"name": "calc",
2025-01-05 13:45:36 +01:00
"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"
2025-01-05 13:45:36 +01:00
},
"notepad": {
"name": "notepad",
2025-01-05 13:48:09 +01:00
"version": "2.0",
2025-01-05 13:45:36 +01:00
"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"
}
}
2025-01-05 13:45:36 +01:00
}