summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-12-13 18:28:52 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-12-13 18:28:52 +0700
commite4a5581ac8a108adada1cfec50eb567f1c7a3a81 (patch)
tree9adab41f066ece7c474e8775d9872f2b00236658 /misc
parentc269d9334f68d3ca93332cfacf9c195be4c73c75 (diff)
downloadslackbuilds-e4a5581ac8a108adada1cfec50eb567f1c7a3a81.tar.gz
slackbuilds-e4a5581ac8a108adada1cfec50eb567f1c7a3a81.tar.xz
misc/protobuf3: Updated for version 3.19.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/protobuf3/protobuf3.SlackBuild4
-rw-r--r--misc/protobuf3/protobuf3.info6
2 files changed, 6 insertions, 4 deletions
diff --git a/misc/protobuf3/protobuf3.SlackBuild b/misc/protobuf3/protobuf3.SlackBuild
index 177c8ddfec..77ec174cdc 100644
--- a/misc/protobuf3/protobuf3.SlackBuild
+++ b/misc/protobuf3/protobuf3.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=protobuf3
-VERSION=${VERSION:-3.18.1}
+VERSION=${VERSION:-3.19.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -108,6 +108,8 @@ python setup.py install --root=$PKG
python3 setup.py install --root=$PKG
cd ..
+rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*.la
+
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
diff --git a/misc/protobuf3/protobuf3.info b/misc/protobuf3/protobuf3.info
index 228961c16b..ae7f3424ee 100644
--- a/misc/protobuf3/protobuf3.info
+++ b/misc/protobuf3/protobuf3.info
@@ -1,8 +1,8 @@
PRGNAM="protobuf3"
-VERSION="3.18.1"
+VERSION="3.19.1"
HOMEPAGE="https://github.com/google/protobuf"
-DOWNLOAD="https://github.com/google/protobuf/archive/v3.18.1/protobuf-3.18.1.tar.gz"
-MD5SUM="4e22487ec6823faf5523954e2eef727f"
+DOWNLOAD="https://github.com/google/protobuf/archive/v3.19.1/protobuf-3.19.1.tar.gz"
+MD5SUM="e5cb6707320a077f0618b669d1856bc4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""