mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
876 B
JSON
25 lines
876 B
JSON
{
|
|
"version": "5.2.4",
|
|
"description": "Utility to help users find deprecated Kubernetes apiVersions in their code repositories and their helm releases.",
|
|
"homepage": "https://github.com/FairwindsOps/pluto",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/FairwindsOps/pluto/releases/download/v5.2.4/pluto_5.2.4_windows_amd64.tar.gz",
|
|
"hash": "4b06cdbad1c752e4ce35394a10e7fbe4b555321d7edcdb1faa716b91d8e6b5a8"
|
|
}
|
|
},
|
|
"bin": "pluto.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/FairwindsOps/pluto/releases/download/v$version/pluto_$version_windows_amd64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/pluto_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|