summaryrefslogtreecommitdiffstats
path: root/system/bulk_extractor/bulk_extractor.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/bulk_extractor/bulk_extractor.SlackBuild')
-rw-r--r--system/bulk_extractor/bulk_extractor.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/bulk_extractor/bulk_extractor.SlackBuild b/system/bulk_extractor/bulk_extractor.SlackBuild
index bf8d5dcc2a..b5947af8a5 100644
--- a/system/bulk_extractor/bulk_extractor.SlackBuild
+++ b/system/bulk_extractor/bulk_extractor.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for bulk_extractor
-# Copyright 2012-2014 Barry J. Grundy <bgrundy(at)linuxleo.com>
+# Copyright 2012-2023 Barry J. Grundy <bgrundy(at)linuxleo.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -35,10 +35,12 @@
# - remove 0-byte README from doc dir.
# - remove useless INSTALL from doc dir.
+# 20230703 Updated for 2.0.3
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bulk_extractor
-VERSION=${VERSION:-2.0.0}
+VERSION=${VERSION:-2.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}