docker-compose: update to 1.23.2.

This commit is contained in:
maxice8 2018-11-30 23:44:57 -02:00 committed by maxice8
parent b1fb1c53a5
commit 836a230160

View file

@ -1,21 +1,21 @@
# Template file for 'docker-compose'
pkgname=docker-compose
version=1.23.1
version=1.23.2
revision=1
noarch=yes
wrksrc="compose-${version}"
build_style=python3-module
pycompile_module="compose"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-jsonschema python3-docker python3-dockerpty
python3-websocket-client python3-requests python3-docopt python3-yaml
python3-six python3-texttable python3-cached-property"
depends="python3-setuptools python3-jsonschema python3-docker>=3.6.0
python3-dockerpty python3-websocket-client python3-requests python3-docopt
python3-yaml python3-six python3-texttable python3-cached-property"
short_desc="Tool to define and run multi-container Docker applications"
maintainer="pancake <pancake@nopcode.org>"
license="Apache-2.0"
homepage="https://docs.docker.com/compose/"
distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
checksum=843a458d366ca1d41ceec08b3387ba55c6953eba3a171d6af90db0b01f494312
checksum=18ff12f80e21011e76e04d2579745224316e232a5ca94c79a2865dac5c66eef6
pre_build() {
# relax texttable upper bound