diff options
author | Barry J. Grundy <bgrundy AT linuxleo.com> | 2019-03-23 00:42:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-23 00:42:52 +0700 |
commit | 661ddbe83bc479792536c7e85e557d8eb45350d6 (patch) | |
tree | c1a550b7c531c482dce2e978aa5ac038fb103ce0 /system/volatility/volatility.SlackBuild | |
parent | e72f80ec69b368dc374a2cf54094245ef4cb0919 (diff) |
system/volatility: Updated for version 2.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/volatility/volatility.SlackBuild')
-rw-r--r-- | system/volatility/volatility.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/volatility/volatility.SlackBuild b/system/volatility/volatility.SlackBuild index e164596349d12..fde5d80ace874 100644 --- a/system/volatility/volatility.SlackBuild +++ b/system/volatility/volatility.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for volatility -# Copyright 2014-2017 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2014-2019 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. # -# Updated to v2.6 January 2017, Barry J. Grundy. +# Updated to v2.6.1, March 2019 PRGNAM=volatility -VERSION=${VERSION:-2.6} +VERSION=${VERSION:-2.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |