summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Manuel Argüelles2020-05-09 03:34:38 +0200
committer Willy Sudiarto Raharjo2020-05-10 03:36:55 +0200
commitc6465c084e9e6ef87f3f5c7cd7fbd5d8ce974199 (patch)
tree542194adb7dd1e1ea19fd68756411cc27a78c255 /development
parent64821bd7e999fd7c7ce2201c59daf77de8ade0b4 (diff)
downloadslackbuilds-c6465c084e9e6ef87f3f5c7cd7fbd5d8ce974199.tar.gz
development/libb2: Updated for version 0.98.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/libb2/libb2.SlackBuild6
-rw-r--r--development/libb2/libb2.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/development/libb2/libb2.SlackBuild b/development/libb2/libb2.SlackBuild
index 2cdf97a740..3da3d9272f 100644
--- a/development/libb2/libb2.SlackBuild
+++ b/development/libb2/libb2.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libb2
-# Copyright Manuel Argüelles
+# Copyright 2020, Manuel Argüelles, Panamá City, Panamá
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libb2
-VERSION=${VERSION:-0.98}
+VERSION=${VERSION:-0.98.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -91,7 +91,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYING $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/development/libb2/libb2.info b/development/libb2/libb2.info
index 218c426344..dee46470ae 100644
--- a/development/libb2/libb2.info
+++ b/development/libb2/libb2.info
@@ -1,8 +1,8 @@
PRGNAM="libb2"
-VERSION="0.98"
+VERSION="0.98.1"
HOMEPAGE="https://blake2.net/"
-DOWNLOAD="https://blake2.net/libb2-0.98.tar.gz"
-MD5SUM="bb263f6b04e982e3d488797b5ce7dc26"
+DOWNLOAD="https://github.com/BLAKE2/libb2/archive/v0.98.1/libb2-0.98.1.tar.gz"
+MD5SUM="5ebe2eec2deeb9aedabd58d9cf91d92f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""