podman-compose: update to 1.4.0.

Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
This commit is contained in:
Vincent Legoll 2025-05-24 19:16:13 +02:00 committed by lemmi
parent 130da7fe0e
commit f18e150c88

View file

@ -1,6 +1,6 @@
# Template file for 'podman-compose' # Template file for 'podman-compose'
pkgname=podman-compose pkgname=podman-compose
version=1.3.0 version=1.4.0
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -10,6 +10,6 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://github.com/containers/podman-compose" homepage="https://github.com/containers/podman-compose"
distfiles="https://github.com/containers/podman-compose/archive/v${version}.tar.gz" distfiles="https://github.com/containers/podman-compose/archive/v${version}.tar.gz"
checksum=d2d641d23bead9cead06bdd2edb9d6a592a138fc8bb7ecb53f87e21e99d45af7 checksum=167860361357f32e09660342756442ac6f9adf182f00ade1309b550de48ed494
# Source distribution does not script unit tests # Source distribution does not script unit tests
make_check=no make_check=no