2025-02-08 16:29:19 +00:00

28 lines
861 B
JSON

{
"version": "0.24.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.24.0/timoni_0.24.0_windows_amd64.zip",
"hash": "4fb2e0706e56a3ebd9a8f75c83d1f92ce0e31b12b2414d81eecd60a184cb1e9b"
}
},
"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"
}
}
}