diff options
-rw-r--r-- | libraries/libzdb/libzdb.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/libzdb/libzdb.info | 10 |
2 files changed, 8 insertions, 10 deletions
diff --git a/libraries/libzdb/libzdb.SlackBuild b/libraries/libzdb/libzdb.SlackBuild index 2a2d99bde1..66d9a8626c 100644 --- a/libraries/libzdb/libzdb.SlackBuild +++ b/libraries/libzdb/libzdb.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for "libzdb". +# Copyright 2024 Sean Hinchee # Copyright 2015 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # @@ -27,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libzdb -VERSION=${VERSION:-3.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.4.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +41,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/libraries/libzdb/libzdb.info b/libraries/libzdb/libzdb.info index ec35e9716c..4e81758b66 100644 --- a/libraries/libzdb/libzdb.info +++ b/libraries/libzdb/libzdb.info @@ -1,10 +1,10 @@ PRGNAM="libzdb" -VERSION="3.1" +VERSION="3.4.0" HOMEPAGE="http://www.tildeslash.com/libzdb/" -DOWNLOAD="http://www.tildeslash.com/libzdb/dist/libzdb-3.1.tar.gz" -MD5SUM="01d8519a596d62f6b43559cc29ecd36d" +DOWNLOAD="https://tildeslash.com/libzdb/dist/libzdb-3.4.0.tar.gz" +MD5SUM="7b03ec47aaf547b05a263d2974e24127" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Marcel Saegebarth" -EMAIL="marc@mos6581.de" +MAINTAINER="Sean Hinchee" +EMAIL="henesy.dev@gmail.com" |