From 50b1bb1e3bf4ab0fab7f434c5f05448e74801de4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 20:24:40 +0000 Subject: [PATCH] podman: Update to version 5.0.0 --- bucket/podman.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/podman.json b/bucket/podman.json index e39c75d372..553bf35f57 100644 --- a/bucket/podman.json +++ b/bucket/podman.json @@ -1,12 +1,12 @@ { - "version": "4.9.3", + "version": "5.0.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.9.3/podman-4.9.3-setup.exe", - "hash": "abe5fec15829c9a256265953a8eeef53e1d74cb323c5ce3ce510818ad637d81d" + "url": "https://github.com/containers/podman/releases/download/v5.0.0/podman-5.0.0-setup.exe", + "hash": "dcf9c92dc54d5d8820cdce1c8f6abbd6eb6d4a32d906c89d079e3e7e7a60507c" } }, "bin": "podman.exe",