ScoopInstaller_Main/bucket/kustomize.json
2021-04-14 06:06:57 +02:00

28 lines
1.0 KiB
JSON

{
"version": "4.1.0",
"description": "Customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as is.",
"homepage": "https://github.com/kubernetes-sigs/kustomize",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v4.1.0/kustomize_v4.1.0_windows_amd64.tar.gz",
"hash": "87077b1719473a1711c1e406f06bf648ee07ab9f54e2e374f14ac53d0a4d203d"
}
},
"bin": "kustomize.exe",
"checkver": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases",
"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"
}
}
}