diff options
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 e164596349d1..fde5d80ace87 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} |