From c2ee378bf77b310f0115b8f9dbb222605a70e4dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 20:27:06 +0000 Subject: [PATCH] podman: Update to version 4.0.3 --- bucket/podman.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/podman.json b/bucket/podman.json index 6a67285568..082286d6e2 100644 --- a/bucket/podman.json +++ b/bucket/podman.json @@ -1,13 +1,13 @@ { - "version": "4.0.2", + "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.2/podman-remote-release-windows_amd64.zip", - "hash": "ba07e6073e6b8ac1def2d2464e5ab7645a8b3d6bcdf3a4b68ad29ae2630dda61", - "extract_dir": "podman-4.0.2" + "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",