podman: update to 1.4.4
This commit is contained in:
parent
c2db77adbc
commit
1a261ce555
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'podman'
|
||||
pkgname=podman
|
||||
version=1.4.2
|
||||
revision=2
|
||||
version=1.4.4
|
||||
revision=1
|
||||
wrksrc="libpod-${version}"
|
||||
build_style=go
|
||||
go_import_path="github.com/containers/libpod"
|
||||
|
@ -16,7 +16,7 @@ maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://podman.io/"
|
||||
distfiles="https://github.com/containers/libpod/archive/v${version}.tar.gz"
|
||||
checksum=d1b1607bfac919b2d03ca5045cb3bbae7c3333cee841c8230e3444ee2a98ea07
|
||||
checksum=2e027c1b935f3a03f27ef7f17823ccf334607a17d033d4ce53a90b98294e7f68
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
go_build_tags+=" containers_image_openpgp exclude_graphdriver_overlay"
|
||||
|
|
Loading…
Reference in a new issue