mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 06:31:25 +00:00
* fix: kustomize has changed to .zip from .tar.gz Fixes https://github.com/ScoopInstaller/Main/issues/5345 * Update to 5.3.0 --------- Co-authored-by: HUMORCE <humorce@outlook.com>
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"version": "5.3.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.3.0/kustomize_v5.3.0_windows_amd64.zip",
|
|
"hash": "649c770dd9b506cec77f3036c3374d58d86d69427f5329b28c68b49fa90188db"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.3.0/kustomize_v5.3.0_windows_arm64.zip",
|
|
"hash": "9872714c4d88fbef07d9e52da31db66a596e2b95d06eadbd6a1d894fcd61fec9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|