podman: Update url to msi url (#3561)

This commit is contained in:
Jadyn 2022-05-09 22:24:30 +08:00 committed by GitHub
parent c072937e46
commit aaf42a6e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,20 +5,20 @@
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/containers/podman/releases/download/v4.1.0/podman-remote-release-windows_amd64.zip",
"hash": "72a55aea3c9a6e0e86be3cecaa36e15324e7bd669272a0f1c3ac6cf7af35c932",
"extract_dir": "podman-4.1.0"
"url": "https://github.com/containers/podman/releases/download/v4.1.0/podman-v4.1.0.msi",
"hash": "002343127686d340c4ed553eecfacbf7f4aa77a10d35634dc26c83124b061111",
"extract_dir": "PFiles\\RedHat\\Podman"
}
},
"bin": "usr\\bin\\podman.exe",
"bin": "podman.exe",
"checkver": {
"github": "https://github.com/containers/podman"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/containers/podman/releases/download/v$version/podman-remote-release-windows_amd64.zip",
"extract_dir": "podman-$version"
"url": "https://github.com/containers/podman/releases/download/v$version/podman-v$version.msi",
"extract_dir": "PFiles\\RedHat\\Podman"
}
},
"hash": {