podman: Update to version 4.2.1

This commit is contained in:
github-actions[bot] 2022-09-07 16:33:44 +00:00
parent e652403bbf
commit a0d8838f70

View File

@ -1,13 +1,13 @@
{ {
"##": "This package uses MSI installer (instead of portable ZIP) because only MSI contains the full feature of the app, see #3560 for details.", "##": "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.2.0", "version": "4.2.1",
"description": "A tool for managing OCI containers and pods.", "description": "A tool for managing OCI containers and pods.",
"homepage": "https://podman.io/", "homepage": "https://podman.io/",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/containers/podman/releases/download/v4.2.0/podman-v4.2.0.msi", "url": "https://github.com/containers/podman/releases/download/v4.2.1/podman-v4.2.1.msi",
"hash": "40d506d04b32410da3ac0d570c50fb84b3a6e5157fa131bc8cb66c410cb463e2", "hash": "f94d271950b9b11e6ec15ab85454908cbd8da4e83091c82fcd504b5243cb96a5",
"extract_dir": "PFiles\\RedHat\\Podman" "extract_dir": "PFiles\\RedHat\\Podman"
} }
}, },