mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 13:15:12 +02:00
docker-compose: update to 1.8.0
This commit is contained in:
parent
39be70163a
commit
54104928fd
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.7.1
|
version=1.8.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=002be1c4cd22f73cee219e97e97dfd6b9ff7bfd8dbb40c0aa31c55e5e1a965e5
|
checksum=a93d702086fdc95f79d20462ddaf7cd174e3d8053b79fe3c565f0ace76a16750
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# remove all upper bounds
|
# remove all upper bounds
|
||||||
|
|
Loading…
Add table
Reference in a new issue