mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
podman: update to 1.3.1.
This commit is contained in:
parent
f7bd99f80c
commit
8b8a1a15ee
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'podman'
|
# Template file for 'podman'
|
||||||
pkgname=podman
|
pkgname=podman
|
||||||
version=1.2.0
|
version=1.3.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="libpod-${version}"
|
wrksrc="libpod-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://podman.io/"
|
homepage="https://podman.io/"
|
||||||
distfiles="https://github.com/containers/libpod/archive/v${version}.tar.gz"
|
distfiles="https://github.com/containers/libpod/archive/v${version}.tar.gz"
|
||||||
checksum=b4d6843e13c0f2f1557ab20b4364bb42ea9102442ee3f1be806c06128aa687d8
|
checksum=7ccbfa80900cd438468986911038da4c38382ef507a2fa717217faefb738fbc4
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
go_build_tags+=" containers_image_openpgp exclude_graphdriver_overlay"
|
go_build_tags+=" containers_image_openpgp exclude_graphdriver_overlay"
|
||||||
|
|
Loading…
Add table
Reference in a new issue