ScoopInstaller_Main/bucket/kustomize.json
2025-01-14 16:29:56 +00:00

36 lines
1.5 KiB
JSON

{
"version": "5.6.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/v5.6.0/kustomize_v5.6.0_windows_amd64.zip",
"hash": "f21d94e9660b4f11a47c4fdc26b936d513f8aada879e5c53553abd27369ef3a1"
},
"arm64": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_windows_arm64.zip",
"hash": "4e55c1b175659fffea12552acc3d748387ecb49808b10458b5c9173777d70239"
}
},
"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"
}
}
}