mirror of
https://github.com/spitkov/ynsrepo.git
synced 2025-01-18 12:34:38 +01:00
Update repo.json
This commit is contained in:
parent
aa6562d107
commit
2272777aa9
1 changed files with 9 additions and 2 deletions
11
repo.json
11
repo.json
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue