mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
podman: Update url to msi url (#3561)
This commit is contained in:
parent
c072937e46
commit
aaf42a6e0f
@ -5,20 +5,20 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/containers/podman/releases/download/v4.1.0/podman-remote-release-windows_amd64.zip",
|
"url": "https://github.com/containers/podman/releases/download/v4.1.0/podman-v4.1.0.msi",
|
||||||
"hash": "72a55aea3c9a6e0e86be3cecaa36e15324e7bd669272a0f1c3ac6cf7af35c932",
|
"hash": "002343127686d340c4ed553eecfacbf7f4aa77a10d35634dc26c83124b061111",
|
||||||
"extract_dir": "podman-4.1.0"
|
"extract_dir": "PFiles\\RedHat\\Podman"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "usr\\bin\\podman.exe",
|
"bin": "podman.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/containers/podman"
|
"github": "https://github.com/containers/podman"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/containers/podman/releases/download/v$version/podman-remote-release-windows_amd64.zip",
|
"url": "https://github.com/containers/podman/releases/download/v$version/podman-v$version.msi",
|
||||||
"extract_dir": "podman-$version"
|
"extract_dir": "PFiles\\RedHat\\Podman"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user