diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index a875fdc013a..710f2352df4 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,6 +1,6 @@ # Template file for 'podman' pkgname=podman -version=3.1.0 +version=3.1.1 revision=1 build_style=go go_import_path="github.com/containers/podman/v3" @@ -13,8 +13,8 @@ short_desc="Simple management tool for containers and images" maintainer="Cameron Nemo " license="Apache-2.0" homepage="https://podman.io/" -distfiles="https://github.com/containers/libpod/archive/v${version}.tar.gz" -checksum=60031aa620cbfab641ffef9cb4e68240a0383c23ffd0276938684e98794bb5db +distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz" +checksum=4e6fb106c6363566b6edc4ac6caee0bdf6b788e01255c3b3bfcb64f4b6842229 if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp"