docker-compose: update to 1.16.1
This commit is contained in:
parent
16d00a3099
commit
3d9320b0f9
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'docker-compose'
|
||||
pkgname=docker-compose
|
||||
version=1.15.0
|
||||
revision=2
|
||||
version=1.16.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="compose-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -9,13 +9,13 @@ 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 python3-colorama"
|
||||
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"
|
||||
distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
|
||||
checksum=a2f3fb12a7ac9ecdefbbf9c3c33a7e1e4c033a7cc9eccf74477c393d73191172
|
||||
checksum=c1a0416f4fc1fb83471dd9151e4dfafb835741af05a503f2784627d5fc4bbf15
|
||||
|
||||
pre_build() {
|
||||
# remove all upper bounds
|
||||
|
|
Loading…
Reference in New Issue