mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/volatility3: Updated for version 2.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cb1e599e2c
commit
616018ece2
2 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Slackware build script for volatility3
|
||||
# Copyright 2022-2023 Barry Grundy <bgrundy[at]linuxleo.com>
|
||||
# Copyright 2022-2024 Barry Grundy <bgrundy[at]linuxleo.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -21,12 +21,12 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# Updated for 2.4.1, July 2023
|
||||
# Updated for 2.7.0, July 2024
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=volatility3
|
||||
VERSION=${VERSION:-2.4.1}
|
||||
VERSION=${VERSION:-2.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="volatility3"
|
||||
VERSION="2.4.1"
|
||||
HOMEPAGE="https://github.com/volatilityfoundation/volatility3"
|
||||
DOWNLOAD="https://github.com/volatilityfoundation/volatility3/archive/v2.4.1/volatility3-2.4.1.tar.gz"
|
||||
MD5SUM="5172c1eb8063a2d774359ebb7ebc2a49"
|
||||
VERSION="2.7.0"
|
||||
HOMEPAGE="https://volatilityfoundation.org/"
|
||||
DOWNLOAD="https://github.com/volatilityfoundation/volatility3/archive/v2.7.0/volatility3-2.7.0.tar.gz"
|
||||
MD5SUM="182854784245fdcb261178263a942ba8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pefile python3-pycrypto pycryptodomex python3-yara"
|
||||
REQUIRES="pefile capstone python3-pycrypto pycryptodomex python3-yara"
|
||||
MAINTAINER="Barry J. Grundy"
|
||||
EMAIL="bgrundy AT linuxleo.com"
|
||||
|
|
Loading…
Reference in a new issue