diff options
-rw-r--r-- | system/pdfgrep/pdfgrep.SlackBuild | 7 | ||||
-rw-r--r-- | system/pdfgrep/pdfgrep.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/system/pdfgrep/pdfgrep.SlackBuild b/system/pdfgrep/pdfgrep.SlackBuild index 5980adb2dee79..3ae3dded58364 100644 --- a/system/pdfgrep/pdfgrep.SlackBuild +++ b/system/pdfgrep/pdfgrep.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pdfgrep -# Copyright 2014-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pdfgrep -VERSION=${VERSION:-2.1.2} +VERSION=${VERSION:-2.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/system/pdfgrep/pdfgrep.info b/system/pdfgrep/pdfgrep.info index 4b9c44115d9b8..4cbddf90e8fab 100644 --- a/system/pdfgrep/pdfgrep.info +++ b/system/pdfgrep/pdfgrep.info @@ -1,8 +1,8 @@ PRGNAM="pdfgrep" -VERSION="2.1.2" +VERSION="2.2.0" HOMEPAGE="https://pdfgrep.org/" -DOWNLOAD="https://pdfgrep.org/download/pdfgrep-2.1.2.tar.gz" -MD5SUM="d66b1da66f427f68fa3b99d077806583" +DOWNLOAD="https://pdfgrep.org/download/pdfgrep-2.2.0.tar.gz" +MD5SUM="f74b5505e71e8bad576285c6bd1790d9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |