From a0d8838f700d52368cac29b0d00ac0be467a71a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 16:33:44 +0000 Subject: [PATCH] podman: Update to version 4.2.1 --- bucket/podman.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/podman.json b/bucket/podman.json index 5b5849ac5c..d1d492d850 100644 --- a/bucket/podman.json +++ b/bucket/podman.json @@ -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.", - "version": "4.2.0", + "version": "4.2.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.2.0/podman-v4.2.0.msi", - "hash": "40d506d04b32410da3ac0d570c50fb84b3a6e5157fa131bc8cb66c410cb463e2", + "url": "https://github.com/containers/podman/releases/download/v4.2.1/podman-v4.2.1.msi", + "hash": "f94d271950b9b11e6ec15ab85454908cbd8da4e83091c82fcd504b5243cb96a5", "extract_dir": "PFiles\\RedHat\\Podman" } },