diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2017-02-17 11:17:57 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-02-17 21:52:07 +0000 |
commit | d6bef62cfdceabff1594d45f36fc6eb2ba31ac28 (patch) | |
tree | d1cdeedd8b14e30e593f04fba46472cacaf9fced /python/plaso/plaso.SlackBuild | |
parent | e96f42dc8b5eb2b16f04948c2589d1dc0a9bdf21 (diff) | |
download | slackbuilds-d6bef62cfdceabff1594d45f36fc6eb2ba31ac28.tar.gz |
python/plaso: Updated for version 1.5.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/plaso/plaso.SlackBuild')
-rw-r--r-- | python/plaso/plaso.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/plaso/plaso.SlackBuild b/python/plaso/plaso.SlackBuild index bff049ced2..f3fbfd8df1 100644 --- a/python/plaso/plaso.SlackBuild +++ b/python/plaso/plaso.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for plaso -# Copyright 2015-2016 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2015-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. # -# Updated Build version 1.4.0 August 2016 - Barry J. Grundy +# Updated Build version 1.5.1 February 2017 - Barry J. Grundy PRGNAM=plaso -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |