podman-compose: update to 1.3.0.

This commit is contained in:
lemmi 2025-02-11 05:24:29 +01:00
parent f236915109
commit ed4f4e8e11

View file

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