summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2019-09-03 02:54:45 +0200
committer Willy Sudiarto Raharjo2019-09-07 03:54:52 +0200
commit8bb6816abffcaa44e3af01199444acfb7f1042a5 (patch)
tree522e5feef44170b0ff3ef52915750135ffec0f36
parent3f5da05d4435bff997da9bda8db2e6e226477c7e (diff)
downloadslackbuilds-8bb6816abffcaa44e3af01199444acfb7f1042a5.tar.gz
libraries/re2: Updated for version 2019_09_01
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
-rw-r--r--libraries/re2/re2.SlackBuild5
-rw-r--r--libraries/re2/re2.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/libraries/re2/re2.SlackBuild b/libraries/re2/re2.SlackBuild
index 7d8c8f23a2..1fd6dfb038 100644
--- a/libraries/re2/re2.SlackBuild
+++ b/libraries/re2/re2.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for re2
-# Copyright 2018 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2018-2019 Larry Hajali <larryhaja[at]gmail[dot]com>
# 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=re2
-VERSION=${VERSION:-2018_10_01}
+VERSION=${VERSION:-2019_09_01}
PKGVER=$(echo $VERSION | tr _ -)
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,6 +81,7 @@ make install DESTDIR=$PKG prefix=/usr libdir=/usr/lib${LIBDIRSUFFIX}
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.a
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS BUILD CONTRIBUTING.md CONTRIBUTORS LICENSE README WORKSPACE \
diff --git a/libraries/re2/re2.info b/libraries/re2/re2.info
index 1d31564bde..9d42e175d1 100644
--- a/libraries/re2/re2.info
+++ b/libraries/re2/re2.info
@@ -1,8 +1,8 @@
PRGNAM="re2"
-VERSION="2018_10_01"
+VERSION="2019_09_01"
HOMEPAGE="https://github.com/google/re2"
-DOWNLOAD="https://github.com/google/re2/archive/2018-10-01/re2-2018-10-01.tar.gz"
-MD5SUM="c15899039e49bffd1746c43e32f9e091"
+DOWNLOAD="https://github.com/google/re2/archive/2019-09-01/re2-2019-09-01.tar.gz"
+MD5SUM="7f866527b1def4b0287d9eb3e871b1dc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""