summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2023-03-17 18:02:56 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-18 09:50:20 +0700
commit4d545775823373219c12d371c7d356c99a7548f2 (patch)
tree6c64eb995ece084dfaf3e368ba7e34c6295248b0
parente20125948a24edec714d2b0e68d914aa2b8a7e78 (diff)
downloadslackbuilds-4d545775823373219c12d371c7d356c99a7548f2.tar.gz
slackbuilds-4d545775823373219c12d371c7d356c99a7548f2.tar.xz
libraries/libslack: Updated for version 0.7.2
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/libslack/libslack.SlackBuild9
-rw-r--r--libraries/libslack/libslack.info12
2 files changed, 9 insertions, 12 deletions
diff --git a/libraries/libslack/libslack.SlackBuild b/libraries/libslack/libslack.SlackBuild
index 006398f01c..50ef43e1f8 100644
--- a/libraries/libslack/libslack.SlackBuild
+++ b/libraries/libslack/libslack.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libslack
-# Copyright 2012-2021 Christoph Willing, Australia
+# Copyright 2012-2023 Christoph Willing, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libslack
-VERSION=${VERSION:-0.7.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.7.2}
+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/libraries/libslack/libslack.info b/libraries/libslack/libslack.info
index c67adca3fc..e3d48c1b67 100644
--- a/libraries/libslack/libslack.info
+++ b/libraries/libslack/libslack.info
@@ -1,10 +1,10 @@
PRGNAM="libslack"
-VERSION="0.7.1"
-HOMEPAGE="http://libslack.org"
-DOWNLOAD="http://libslack.org/download/libslack-0.7.1.tar.gz \
- http://libslack.org/download/libslack-0.7.1-html.tar.gz"
-MD5SUM="23787e4177fde3b6c90487a375d9bc16 \
- 7210ee80a2f213bc0810e82283e9f6c9"
+VERSION="0.7.2"
+HOMEPAGE="https://libslack.org"
+DOWNLOAD="https://libslack.org/download/libslack-0.7.2.tar.gz \
+ https://libslack.org/download/libslack-0.7.2-html.tar.gz"
+MD5SUM="1a4c12d5f1c49dbd754a8d83477cc2b0 \
+ c28ea38edf56283f63a98f41e7d933b4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""