ScoopInstaller_Main/kustomize.json
2019-03-05 21:00:25 +00:00

25 lines
922 B
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": "2.0.3",
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/v2.0.3/kustomize_2.0.3_windows_amd64.exe#/kustomize.exe",
"hash": "7d8be317f58a245065e1ef57356631da81b0dbab40f5f7cfbe65b55d8d484b29"
}
},
"bin": "kustomize.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/v$version/kustomize_$version_windows_amd64.exe#/kustomize.exe"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}