mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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:
parent
8421a08926
commit
679ac65187
2 changed files with 2 additions and 3 deletions
|
@ -27,7 +27,6 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=volatility3
|
PRGNAM=volatility3
|
||||||
VERSION=${VERSION:-2.4.1}
|
VERSION=${VERSION:-2.4.1}
|
||||||
SRC_VERSION=${SRC_VERSION:-3.2.4.1}
|
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -72,7 +71,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$SRC_VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="volatility3"
|
PRGNAM="volatility3"
|
||||||
VERSION="2.4.1"
|
VERSION="2.4.1"
|
||||||
HOMEPAGE="https://github.com/volatilityfoundation/volatility3"
|
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"
|
MD5SUM="5172c1eb8063a2d774359ebb7ebc2a49"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in a new issue