From 30669a3b2a5c4df8ce1b46433e622557bf3dc729 Mon Sep 17 00:00:00 2001 From: Leon Yu <304902+leonyu@users.noreply.github.com> Date: Sat, 15 Jan 2022 22:44:42 -0800 Subject: [PATCH] podman: Add version 3.4.4 (#3191) --- bucket/podman.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/podman.json diff --git a/bucket/podman.json b/bucket/podman.json new file mode 100644 index 0000000000..847bee3751 --- /dev/null +++ b/bucket/podman.json @@ -0,0 +1,28 @@ +{ + "version": "3.4.4", + "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/v3.4.4/podman-remote-release-windows.zip", + "hash": "49e276543affe6f7435d4fb83b98a7b58cfcf544df61c95be4e5e78b34686044", + "extract_dir": "podman-3.4.4" + } + }, + "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.zip", + "extract_dir": "podman-$version" + } + }, + "hash": { + "url": "$baseurl/shasums" + } + } +}