ScoopInstaller_Main/bucket/kustomize.json
2020-01-11 04:00:23 +00: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.4",
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v3.5.4/kustomize_v3.5.4_windows_amd64.tar.gz",
"hash": "97abf54fbec1d9503080abfafafa3e4feafe1c33309dff1a12a2520c78ba7a6b"
}
},
"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"
}
}
}