mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
podman: update to 5.5.0
This commit is contained in:
parent
7b44527dc6
commit
678f989d2e
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=5.3.1
|
version=5.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/containers/podman/v5"
|
go_import_path="github.com/containers/podman/v5"
|
||||||
|
@ -17,7 +17,7 @@ license="Apache-2.0"
|
||||||
homepage="https://podman.io/"
|
homepage="https://podman.io/"
|
||||||
changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md"
|
changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md"
|
||||||
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
|
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
|
||||||
checksum=5b4e9ddce69cc2c8c8b8529e90093ae3ea9cb2959e2fceb98469b282dbffbcc7
|
checksum=a4abfc72ef9a59ba80d081ea604ad2976ff967ae526e50e234edc1d2481bd9d1
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
go_build_tags+=" containers_image_openpgp"
|
go_build_tags+=" containers_image_openpgp"
|
||||||
|
|
Loading…
Add table
Reference in a new issue