docker-compose: update to 1.21.2
Closes #14133. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
dbf3eec228
commit
98843c5cca
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'docker-compose'
|
||||
pkgname=docker-compose
|
||||
version=1.21.1
|
||||
version=1.21.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="compose-${version}"
|
||||
|
@ -12,10 +12,10 @@ depends="python3-setuptools python3-jsonschema python3-docker python3-dockerpty
|
|||
python3-six python3-texttable python3-cached-property"
|
||||
short_desc="Tool to define and run multi-container Docker applications"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
homepage="https://docs.docker.com/compose/"
|
||||
license="Apache-2.0"
|
||||
homepage="https://docs.docker.com/compose/"
|
||||
distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
|
||||
checksum=aa9016685a8ee5cf27677cc985c9b9e984a454556e0407d3ab3d4ad9cefddd69
|
||||
checksum=3fdaa361dceb919b6008a925b8b672d7402cc3dd8277b8f26b028dd546d39926
|
||||
|
||||
pre_build() {
|
||||
# remove all upper bounds
|
||||
|
|
Loading…
Reference in a new issue