mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
podman: Add version 3.4.4 (#3191)
This commit is contained in:
parent
210afcd8c8
commit
30669a3b2a
28
bucket/podman.json
Normal file
28
bucket/podman.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"version": "3.4.4",
|
||||||
|
"description": "A tool for managing OCI containers and pods.",
|
||||||
|
"homepage": "https://podman.io/",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/containers/podman/releases/download/v3.4.4/podman-remote-release-windows.zip",
|
||||||
|
"hash": "49e276543affe6f7435d4fb83b98a7b58cfcf544df61c95be4e5e78b34686044",
|
||||||
|
"extract_dir": "podman-3.4.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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.zip",
|
||||||
|
"extract_dir": "podman-$version"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "$baseurl/shasums"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user