mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01: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",
|
||||
"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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user