podman-compose: update to 1.0.6
This commit is contained in:
parent
f3e8716922
commit
6cbcee12df
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'podman-compose'
|
||||
pkgname=podman-compose
|
||||
version=1.0.3
|
||||
revision=2
|
||||
version=1.0.6
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="podman python3-yaml python3-dotenv"
|
||||
|
@ -10,6 +10,6 @@ maintainer="juan <juan@horlux.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=b28e5792a50feee987e7864e0df1b6e8929c923c010e1f65493fe29b4c2aedcf
|
||||
checksum=0b9ee7cc000ef5d0ce7f81ce2e306be56d1edb0f494a883ca25c4d163469b12b
|
||||
# Source distribution does not script unit tests
|
||||
make_check=no
|
||||
|
|
Loading…
Reference in New Issue