docker-compose: update to 1.21.0
Closes #13582. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
4edf1ace2b
commit
102088f9e8
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'docker-compose'
|
# Template file for 'docker-compose'
|
||||||
pkgname=docker-compose
|
pkgname=docker-compose
|
||||||
version=1.18.0
|
version=1.21.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="compose-${version}"
|
wrksrc="compose-${version}"
|
||||||
|
@ -15,7 +15,7 @@ maintainer="pancake <pancake@nopcode.org>"
|
||||||
homepage="https://docs.docker.com/compose/"
|
homepage="https://docs.docker.com/compose/"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
|
distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
|
||||||
checksum=4265c18d7223c149342a252ce6f060934b373a1498c667b4d57b923aaeea4090
|
checksum=75c954d27f43e6e50f3710f4157abad264d6744f8b96c9edd25569d356b8f596
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# remove all upper bounds
|
# remove all upper bounds
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue