mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
29 lines
995 B
JSON
29 lines
995 B
JSON
{
|
|
"##": "This package uses MSI installer (instead of portable ZIP) because only MSI contains the full feature of the app, see #3560 for details.",
|
|
"version": "4.1.1",
|
|
"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/v4.1.1/podman-v4.1.1.msi",
|
|
"hash": "9f244d534bc617e4b85a19c0bc0d456daec3d55b6d0f097adaff6f94dac2faa7",
|
|
"extract_dir": "PFiles\\RedHat\\Podman"
|
|
}
|
|
},
|
|
"bin": "podman.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/containers/podman"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/containers/podman/releases/download/v$version/podman-v$version.msi"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/shasums"
|
|
}
|
|
}
|
|
}
|