diff options
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} |