ScoopInstaller_Main/bucket/kustomize.json
Pratik Chowdhury b9df434527
kustomize: update to 4.4.1 (#2942)
* kustomize: update to 4.4.1

Autoupdate re-enabled

* switch to checkver github
2021-11-12 23:58:27 +08:00

28 lines
1.0 KiB
JSON

{
"version": "4.4.1",
"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.4.1/kustomize_v4.4.1_windows_amd64.tar.gz",
"hash": "3e1b11456a81924c16c8df89653ed8597f0c446f9f56628f25f8f1abb2fe0c44"
}
},
"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"
}
}
}