mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
28 lines
861 B
JSON
28 lines
861 B
JSON
{
|
|
"version": "0.25.2",
|
|
"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.25.2/timoni_0.25.2_windows_amd64.zip",
|
|
"hash": "6818d67c3011ee57a7349c8db91e3686c539eb36c2ed8c43e8cc0871d00d0eaf"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|