ScoopInstaller_Main/bucket/kustomize.json
2019-12-23 00:26:56 -08:00

28 lines
1.0 KiB
JSON

{
"homepage": "https://github.com/kubernetes-sigs/kustomize",
"description": "Customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as is.",
"license": "Apache-2.0",
"version": "3.5.3",
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v3.5.3/kustomize_v3.5.3_windows_amd64.tar.gz",
"hash": "a8f43f402d99f2ba87fe8fbabab57564bbe4d42b5755e67f22f9d2d4b10064d3"
}
},
"bin": "kustomize.exe",
"checkver": {
"github": "https://github.com/kubernetes-sigs/kustomize",
"regex": "kustomize/v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v$version/kustomize_v$version_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}