system/docker-compose: Updated for version 2.24.6

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2024-02-18 09:18:14 -08:00 committed by Willy Sudiarto Raharjo
parent 07a8cf5b4b
commit da0b9bca21
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=docker-compose
VERSION=${VERSION:-2.24.5}
VERSION=${VERSION:-2.24.6}
GITHASH=${GITHASH:-b929810}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="docker-compose"
VERSION="2.24.5"
VERSION="2.24.6"
HOMEPAGE="https://docs.docker.com/compose/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/docker/compose/archive/v2.24.5/compose-2.24.5.tar.gz"
MD5SUM_x86_64="e8ccf92ebabf64a07daae1f84560cdcc"
DOWNLOAD_x86_64="https://github.com/docker/compose/archive/v2.24.6/compose-2.24.6.tar.gz"
MD5SUM_x86_64="9a72e614fbc858c387b4133ad22fb36d"
REQUIRES="docker-cli"
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"