mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
timoni: Add version 0.19.0 (#5493)
* Create timoni.json https://timoni.sh - alternative to helm for packaging kubernetes resources add dependency on cue lang https://github.com/piraces/Main/blob/master/bucket/cue.json https://github.com/stefanprodan/timoni/releases * implement @aliesbelik feedback and test locally
This commit is contained in:
parent
231f6cd0b4
commit
601abcbe2d
27
bucket/timoni.json
Normal file
27
bucket/timoni.json
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"version": "0.19.0",
|
||||||
|
"description": "The package manager for Kubernetes",
|
||||||
|
"homepage": "https://timoni.sh",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"depends": "cue",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/stefanprodan/timoni/releases/download/v0.19.0/timoni_0.19.0_windows_amd64.zip",
|
||||||
|
"hash": "ab037ecc679fcbdfcf62203752182480d6a09a13a7560081bd9bce181bd5664d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "timoni.exe",
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/stefanprodan/timoni"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/stefanprodan/timoni/releases/download/v$version/timoni_$version_windows_amd64.zip"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "$baseurl/timoni_$version_checksums.txt"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user