mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 13:45:16 +00:00
27 lines
917 B
JSON
27 lines
917 B
JSON
{
|
|
"version": "5.10.0",
|
|
"description": "Utility to help users find deprecated Kubernetes apiVersions in their code repositories and their helm releases.",
|
|
"homepage": "https://pluto.docs.fairwinds.com/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/FairwindsOps/pluto/releases/download/v5.10.0/pluto_5.10.0_windows_amd64.tar.gz",
|
|
"hash": "235317e5fe557d89a6e0e58f06f5ec101712a61a6c4b2bacfd54e17ad7dfcf42"
|
|
}
|
|
},
|
|
"bin": "pluto.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/FairwindsOps/pluto"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/FairwindsOps/pluto/releases/download/v$version/pluto_$version_windows_amd64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|