diff options
-rw-r--r-- | system/bulk_extractor/bulk_extractor.SlackBuild | 6 | ||||
-rw-r--r-- | system/bulk_extractor/bulk_extractor.info | 6 |
2 files changed, 6 insertions, 6 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} diff --git a/system/bulk_extractor/bulk_extractor.info b/system/bulk_extractor/bulk_extractor.info index 291fd733eb..af9a724409 100644 --- a/system/bulk_extractor/bulk_extractor.info +++ b/system/bulk_extractor/bulk_extractor.info @@ -1,8 +1,8 @@ PRGNAM="bulk_extractor" -VERSION="2.1.0" +VERSION="2.1.1" HOMEPAGE="https://github.com/simsong/bulk_extractor/wiki" -DOWNLOAD="https://github.com/simsong/bulk_extractor/releases/download/v2.1.0/bulk_extractor-2.1.0.tar.gz" -MD5SUM="25780ed5077503479f0b808a0b9e35e2" +DOWNLOAD="https://github.com/simsong/bulk_extractor/releases/download/v2.1.1/bulk_extractor-2.1.1.tar.gz" +MD5SUM="c7e6fe3c22e9484e1f6e65ff39e3dd4b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="re2" |