ScoopInstaller_Main/bucket/kustomize.json
2019-10-21 18:00:19 +00:00

29 lines
1.1 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.2.3",
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv3.2.3/kustomize_kustomize.v3.2.3_windows_amd64.exe#/kustomize.exe",
"hash": "015e3f9ca12e7a58681d5b4a03d3e67f6008f63a9bd86a1ead4f7766c8544d91"
}
},
"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%2Fv$version/kustomize_kustomize.v$version_windows_amd64.exe#/kustomize.exe"
}
},
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$sha256\\s+kustomize_kustomize/v$version_windows_amd64.exe"
}
}
}