aboutsummaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-15 16:02:05 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-15 19:49:27 +0700
commit39b26a67272c9eb42c122fa1563ff14538db66c9 (patch)
treeebfcb81920e7ad01ce723e99aeac2faa45a5df45 /development
parentbe414ad9facabc270f6274d649f46eb1c4d3bdad (diff)
development/protobuf3: Updated for version 28.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/protobuf3/protobuf3.SlackBuild2
-rw-r--r--development/protobuf3/protobuf3.info10
2 files changed, 6 insertions, 6 deletions
diff --git a/development/protobuf3/protobuf3.SlackBuild b/development/protobuf3/protobuf3.SlackBuild
index 90d680b47ada..2d287a3e9876 100644
--- a/development/protobuf3/protobuf3.SlackBuild
+++ b/development/protobuf3/protobuf3.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=protobuf3
-VERSION=${VERSION:-28.0}
+VERSION=${VERSION:-28.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/protobuf3/protobuf3.info b/development/protobuf3/protobuf3.info
index c0db114d53c0..5636d7ea21ba 100644
--- a/development/protobuf3/protobuf3.info
+++ b/development/protobuf3/protobuf3.info
@@ -1,10 +1,10 @@
PRGNAM="protobuf3"
-VERSION="28.0"
+VERSION="28.1"
HOMEPAGE="https://github.com/google/protobuf"
-DOWNLOAD="https://github.com/google/protobuf/archive/v28.0/protobuf-28.0.tar.gz \
-https://files.pythonhosted.org/packages/5f/d7/331ee1f3b798c34d2257c79d5426ecbe95d46d2b40ba808a29da6947f6d8/protobuf-5.28.0.tar.gz"
-MD5SUM="9db90d4ada7418ad5534212cd1ba5093 \
-3ad79ab2cdbb60a7c7d34a79108b7d96"
+DOWNLOAD="https://github.com/google/protobuf/archive/v28.1/protobuf-28.1.tar.gz \
+https://files.pythonhosted.org/packages/3c/0b/7a997c8939f698d72bdea14d57116e43d3051fffb3b2964c30938c4a08e6/protobuf-5.28.1.tar.gz"
+MD5SUM="a8760e1454f7cd56a598ad26f82ea463 \
+44b076f3564d3561067bcc2c455e008a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="abseil-cpp python3-build python3-wheel"