fcbry 601abcbe2d
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
2024-02-28 16:50:32 +00:00

28 lines
861 B
JSON

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