ScoopInstaller_Main/kustomize.json
2019-02-25 17:00:53 +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.2",
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/v2.0.2/kustomize_2.0.2_windows_amd64.exe#/kustomize.exe",
"hash": "84fc39886f4b25a01a84c675f4ed52feb0405062879554e7289169035d1f73c0"
}
},
"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"
}
}
}