system/podman: Fix github tarball handling.

The content disposition header returned for this file is podman not
libpod.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-02-18 22:16:24 +13:00 committed by Willy Sudiarto Raharjo
parent 3935bb038e
commit 62ac9f4854
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ cd $TMP
rm -rf $REPONAME-$VERSION
mkdir -p $REPONAME-$VERSION/src/$DOMAIN/$ORG
cd $REPONAME-$VERSION/src/$DOMAIN/$ORG
tar xvf $CWD/$REPONAME-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
mv $PRGNAM-$VERSION $REPONAME
cd $REPONAME
chown -R root:root .

View File

@ -1,7 +1,7 @@
PRGNAM="podman"
VERSION="1.6.2"
HOMEPAGE="https://github.com/containers/libpod"
DOWNLOAD="https://github.com/containers/libpod/archive/v1.6.2/libpod-1.6.2.tar.gz"
DOWNLOAD="https://github.com/containers/libpod/archive/v1.6.2/podman-1.6.2.tar.gz"
MD5SUM="3be76c36a0833e8c686a8ecf5fcf5fa2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""