system/docker-compose: Updated for version 2.26.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2024-04-13 12:17:04 -06:00 committed by Willy Sudiarto Raharjo
parent 62aec15f41
commit cc5f6a94bd
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.26.0}
VERSION=${VERSION:-2.26.1}
GITHASH=${GITHASH:-b929810}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="docker-compose"
VERSION="2.26.0"
VERSION="2.26.1"
HOMEPAGE="https://docs.docker.com/compose/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/docker/compose/archive/v2.26.0/compose-2.26.0.tar.gz"
MD5SUM_x86_64="3dd382e06783e1b511cccf3305e077b5"
DOWNLOAD_x86_64="https://github.com/docker/compose/archive/v2.26.1/compose-2.26.1.tar.gz"
MD5SUM_x86_64="64ac36e75914803274d074d107cf3e17"
REQUIRES="docker-cli"
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"