airium 8430ffb237
crc@2.58.0: Fix extraction (#7628)
* Update homepage.
* Fix `ExtractDir`, use `Expand-MsiArchive` instead of relying on `lessmsi`.
2026-02-12 18:48:04 +00:00

32 lines
1.3 KiB
JSON

{
"version": "2.58.0",
"description": "Manages a local OpenShift 4.x cluster optimized for testing and development purposes.",
"homepage": "https://crc.dev/blog/",
"license": "Apache-2.0",
"notes": "To acquire a pull secret, visit: https://cloud.redhat.com/openshift/install/crc/installer-provisioned",
"architecture": {
"64bit": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/2.58.0/crc-windows-installer.zip",
"hash": "7281f8ef460f1fddc5bf897388a07cb5233ec11bbccf23658ccf1d3a6f8c03be",
"installer": {
"script": "Expand-MsiArchive -Path \"$dir\\crc-windows-amd64.msi\" -DestinationPath $dir -ExtractDir 'PFiles64\\Red Hat OpenShift Local' -Removal"
}
}
},
"bin": "crc.exe",
"checkver": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/latest/release-info.json",
"jsonpath": "$.version.crcVersion"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/$matchHead/crc-windows-installer.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}