mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 20:02:57 +02:00
podman: update to 1.8.0.
This commit is contained in:
parent
fb043517ba
commit
4351b38206
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'podman'
|
# Template file for 'podman'
|
||||||
pkgname=podman
|
pkgname=podman
|
||||||
version=1.7.0
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="libpod-${version}"
|
wrksrc="libpod-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -16,10 +16,10 @@ 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=b566dbd1b86ee811379f5125f60deb24a930b5702703587d5e6743e58947e425
|
checksum=2f771dc5505bd29e21e18a71e6eac549d036ad34fbbec5646ae0c7bfe024eeb5
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
go_build_tags+=" containers_image_openpgp exclude_graphdriver_overlay"
|
go_build_tags+=" containers_image_openpgp"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue