mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 19:55:15 +00:00
25 lines
876 B
JSON
25 lines
876 B
JSON
{
|
|
"version": "5.2.6",
|
|
"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.6/pluto_5.2.6_windows_amd64.tar.gz",
|
|
"hash": "e33d4179ea4bbca8f2da1c2b6af20514ae98ed177a65c70daeebe2c6eb6913b1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|