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:
fcbry 2024-02-28 16:50:32 +00:00 committed by GitHub
parent 231f6cd0b4
commit 601abcbe2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

27
bucket/timoni.json Normal file
View 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"
}
}
}