mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
docker-compose: update to 1.21.1
Closes #14038. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
20fc24ae62
commit
7ffe2a9887
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.21.0
|
version=1.21.1
|
||||||
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=75c954d27f43e6e50f3710f4157abad264d6744f8b96c9edd25569d356b8f596
|
checksum=aa9016685a8ee5cf27677cc985c9b9e984a454556e0407d3ab3d4ad9cefddd69
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# remove all upper bounds
|
# remove all upper bounds
|
||||||
|
|
Loading…
Add table
Reference in a new issue