ScoopInstaller_Main/bucket/kustomize.json
2025-07-23 16:30:42 +00:00

36 lines
1.5 KiB
JSON

{
"version": "5.7.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.7.1/kustomize_v5.7.1_windows_amd64.zip",
"hash": "4704f8b47582c1c52bf76a50b37178f7f7de17f892713794a8bf44b01b50e0ce"
},
"arm64": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_windows_arm64.zip",
"hash": "d838872ffd5efcd240e6b308a7899b2bb537352b2eb99a6b3fbb023df9ca7c0d"
}
},
"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"
}
}
}