mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 08:31:20 +00:00
27 lines
917 B
JSON
27 lines
917 B
JSON
{
|
|
"version": "5.20.2",
|
|
"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.20.2/pluto_5.20.2_windows_amd64.tar.gz",
|
|
"hash": "06f7659a85a97e1f1be765f60cee0c1cf85d91f17104f8a38c65880a380a606d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|