diff options
author | Barry J. Grundy <jisa0224@gmail.com> | 2019-01-24 20:38:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-25 12:11:00 +0700 |
commit | c1bc1a4e1b9d7bd5341001ce1ccb755cb79fcd0f (patch) | |
tree | 8281e376c38a3f1164ee1d10d1966ea32af8307c /python/plaso/plaso.SlackBuild | |
parent | b13d23de4eae7d8370caa7b348a98abd6dbdfd69 (diff) | |
download | slackbuilds-c1bc1a4e1b9d7bd5341001ce1ccb755cb79fcd0f.tar.gz |
python/plaso: Updated for version 20181215.
Signed-off-by: Willy Sudiarto Raharjo <willysr@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 6dfbf5e149..ad660e959d 100644 --- a/python/plaso/plaso.SlackBuild +++ b/python/plaso/plaso.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for plaso -# Copyright 2015-2018 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2015-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 Build version 20180127 +# Updated Build version 20181219 PRGNAM=plaso -VERSION=${VERSION:-20180127} +VERSION=${VERSION:-20181219} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |