mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 14:34:29 +00:00
29 lines
937 B
JSON
29 lines
937 B
JSON
{
|
|
"version": "4.1.0",
|
|
"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.0/podman-remote-release-windows_amd64.zip",
|
|
"hash": "72a55aea3c9a6e0e86be3cecaa36e15324e7bd669272a0f1c3ac6cf7af35c932",
|
|
"extract_dir": "podman-4.1.0"
|
|
}
|
|
},
|
|
"bin": "usr\\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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/shasums"
|
|
}
|
|
}
|
|
}
|