system/docker-compose: Fix github tarball handling.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2023-08-06 17:07:31 +09:00
parent 8fd3d0b027
commit b17b17b2c8
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -3,7 +3,7 @@ VERSION="2.20.2"
HOMEPAGE="https://docs.docker.com/compose/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/docker/compose/archive/v2.20.2/docker-compose-2.20.2.tar.gz"
DOWNLOAD_x86_64="https://github.com/docker/compose/archive/v2.20.2/compose-2.20.2.tar.gz"
MD5SUM_x86_64="955c4d4a1f973ad93d4d23e3438cf850"
REQUIRES="docker-cli"
MAINTAINER="Ebben Aries"