diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index ebb58b360dd..1ac59f22fd0 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,10 +1,9 @@ # Template file for 'podman' pkgname=podman -version=2.0.1 +version=2.0.2 revision=1 -wrksrc="libpod-${version}" build_style=go -go_import_path="github.com/containers/libpod" +go_import_path="github.com/containers/libpod/v2" go_package="${go_import_path}/cmd/podman" go_build_tags="seccomp apparmor containers_image_ostree_stub btrfs_noversion exclude_graphdriver_btrfs" @@ -16,7 +15,7 @@ maintainer="Cameron Nemo " license="Apache-2.0" homepage="https://podman.io/" distfiles="https://github.com/containers/libpod/archive/v${version}.tar.gz" -checksum=bc151fbcb4890f3862124d5b2b272bd0152307e3945cb9cef4ba90f14a863d80 +checksum=5fee5873e00ecbbf8c47d5519d0f138e5a322716d8d2306f4e45ab71f0a079c6 if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp"