system/docker-compose: Updated for version 2.23.3

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2023-11-25 08:21:43 -08:00 committed by Willy Sudiarto Raharjo
parent 70da7dcec1
commit d77fcd1b93
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 5 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=docker-compose
VERSION=${VERSION:-2.23.0}
VERSION=${VERSION:-2.23.3}
GITHASH=${GITHASH:-b929810}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -73,6 +73,9 @@ make \
install -D -m 0755 bin/build/$PRGNAM $PKG/usr/bin/$PRGNAM
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a BUILDING.md LICENSE MAINTAINERS NOTICE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,10 +1,10 @@
PRGNAM="docker-compose"
VERSION="2.23.0"
VERSION="2.23.3"
HOMEPAGE="https://docs.docker.com/compose/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/docker/compose/archive/v2.23.0/compose-2.23.0.tar.gz"
MD5SUM_x86_64="bd776e70a5572ff9d11fe63c54375854"
DOWNLOAD_x86_64="https://github.com/docker/compose/archive/v2.23.3/compose-2.23.3.tar.gz"
MD5SUM_x86_64="7b4ca00527c19d412604515d4683cff6"
REQUIRES="docker-cli"
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"

View file

@ -5,4 +5,4 @@ if [ ! -d "$PLUGIN_DIR" ]; then
mkdir -p $PLUGIN_DIR
fi
ln -s /usr/bin/docker-compose $PLUGIN_DIR/docker-compose
ln -sf /usr/bin/docker-compose $PLUGIN_DIR/docker-compose