system/volatility3: Fix github tarball handling.

https://slackbuilds.org/GITHUB_URLs.txt

This avoids having differently named tarballs based on whether the
client respects content disposition headers or not.

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 2023-07-23 10:55:31 +09:00 committed by Willy Sudiarto Raharjo
parent 8421a08926
commit 679ac65187
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 3 deletions

View file

@ -27,7 +27,6 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=volatility3
VERSION=${VERSION:-2.4.1}
SRC_VERSION=${SRC_VERSION:-3.2.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -72,7 +71,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$SRC_VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="volatility3"
VERSION="2.4.1"
HOMEPAGE="https://github.com/volatilityfoundation/volatility3"
DOWNLOAD="https://github.com/volatilityfoundation/volatility3/archive/v2.4.1/volatility3-3.2.4.1.tar.gz"
DOWNLOAD="https://github.com/volatilityfoundation/volatility3/archive/v2.4.1/volatility3-2.4.1.tar.gz"
MD5SUM="5172c1eb8063a2d774359ebb7ebc2a49"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""