mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"version": "5.4.3",
|
|
"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.4.3/kustomize_v5.4.3_windows_amd64.zip",
|
|
"hash": "5ce680e51637bf7eed046b63601d3d4d9604a0e42ef7177c6a16a29f8e455a7f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_windows_arm64.zip",
|
|
"hash": "01283bc992c6888c9d20518d0385eb1005f3c66337814032a7876d8a354db664"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|