2022-04-04 20:27:06 +00:00

29 lines
937 B
JSON

{
"version": "4.0.3",
"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.0.3/podman-remote-release-windows_amd64.zip",
"hash": "245b742e01d63a83390414b1cc2fc8835ca9edd67b8df88c66465c8bdc553372",
"extract_dir": "podman-4.0.3"
}
},
"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"
}
}
}