mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/volatility: Updated for version 2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4d259c7478
commit
8508d131ca
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for volatility
|
||||
# Copyright 2014-2015 Barry Grundy <bgrundy[at]linuxleo.com>
|
||||
# Copyright 2014-2017 Barry Grundy <bgrundy[at]linuxleo.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -21,10 +21,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# Created v2.5 August 2016, Barry J. Grundy.
|
||||
# Updated to v2.6 January 2017, Barry J. Grundy.
|
||||
|
||||
PRGNAM=volatility
|
||||
VERSION=${VERSION:-2.5}
|
||||
VERSION=${VERSION:-2.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="volatility"
|
||||
VERSION="2.5"
|
||||
VERSION="2.6"
|
||||
HOMEPAGE="https://github.com/volatilityfoundation/volatility"
|
||||
DOWNLOAD="https://github.com/volatilityfoundation/volatility/archive/2.5/volatility-2.5.tar.gz"
|
||||
MD5SUM="efd09489eb8d45e07691d6bdc0e9b329"
|
||||
DOWNLOAD="https://github.com/volatilityfoundation/volatility/archive/2.6/volatility-2.6.tar.gz"
|
||||
MD5SUM="78234e807fc31394f22117d6c01a8798"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="distorm pycrypto"
|
||||
|
|
Loading…
Reference in a new issue