diff options
Diffstat (limited to 'system/bulk_extractor/bulk_extractor.SlackBuild')
-rw-r--r-- | system/bulk_extractor/bulk_extractor.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/bulk_extractor/bulk_extractor.SlackBuild b/system/bulk_extractor/bulk_extractor.SlackBuild index 832d05f38d..ca441e3a8e 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-2024 Barry J. Grundy <bgrundy(at)linuxleo.com> +# Copyright 2012-2025 Barry J. Grundy <bgrundy(at)linuxleo.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,12 +22,12 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# August 2024 Updated for 2.1.0 +# March 2025 Updated for 2.1.1 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bulk_extractor -VERSION=${VERSION:-2.1.0} +VERSION=${VERSION:-2.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |