mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/docker-compose: Updated for version 2.27.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
2652d34eca
commit
a9c1277294
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=docker-compose
|
||||
VERSION=${VERSION:-2.26.1}
|
||||
VERSION=${VERSION:-2.27.0}
|
||||
GITHASH=${GITHASH:-b929810}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="docker-compose"
|
||||
VERSION="2.26.1"
|
||||
VERSION="2.27.0"
|
||||
HOMEPAGE="https://docs.docker.com/compose/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/docker/compose/archive/v2.26.1/compose-2.26.1.tar.gz"
|
||||
MD5SUM_x86_64="64ac36e75914803274d074d107cf3e17"
|
||||
DOWNLOAD_x86_64="https://github.com/docker/compose/archive/v2.27.0/compose-2.27.0.tar.gz"
|
||||
MD5SUM_x86_64="19c94f1323a155d19afbfeda1cdecbcc"
|
||||
REQUIRES="docker-cli"
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in a new issue