system/docker-compose: Updated for version 2.22.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2023-09-29 09:44:40 +02:00 committed by Willy Sudiarto Raharjo
parent 78c56d2ab1
commit 276366ef1d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=docker-compose
VERSION=${VERSION:-2.21.0}
GITHASH=${GITHASH:-e28b223}
VERSION=${VERSION:-2.22.0}
GITHASH=${GITHASH:-bd32ed1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="docker-compose"
VERSION="2.21.0"
VERSION="2.22.0"
HOMEPAGE="https://docs.docker.com/compose/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/docker/compose/archive/v2.21.0/compose-2.21.0.tar.gz"
MD5SUM_x86_64="ac73528da5eb1a5aa207c358ba769f56"
DOWNLOAD_x86_64="https://github.com/docker/compose/archive/v2.22.0/compose-2.22.0.tar.gz"
MD5SUM_x86_64="f3cbee7b0e932142424a7011514ac041"
REQUIRES="docker-cli"
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"