ScoopInstaller_Main/bucket/kustomize.json
2026-02-09 20:33:51 +00:00

36 lines
1.5 KiB
JSON

{
"version": "5.8.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/v5.8.1/kustomize_v5.8.1_windows_amd64.zip",
"hash": "8ec7f5e815e526d4622c06df0a7793d8cfb6eb1c74f816b46166097fef8b26c6"
},
"arm64": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_windows_arm64.zip",
"hash": "f6f5090c373965760a30a59af84c81853b80d2c7dbb3236424f440e47eed3f5a"
}
},
"bin": "kustomize.exe",
"checkver": {
"url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/latest",
"jsonpath": "$..name",
"regex": "kustomize/v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v$version/kustomize_v$version_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v$version/kustomize_v$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}