diff options
Diffstat (limited to 'development/protobuf3')
-rw-r--r-- | development/protobuf3/README | 3 | ||||
-rw-r--r-- | development/protobuf3/protobuf3.SlackBuild | 2 | ||||
-rw-r--r-- | development/protobuf3/protobuf3.info | 10 |
3 files changed, 9 insertions, 6 deletions
diff --git a/development/protobuf3/README b/development/protobuf3/README index c0fe34acc0..88b024b107 100644 --- a/development/protobuf3/README +++ b/development/protobuf3/README @@ -25,3 +25,6 @@ Notes: conflicted with this build. * Protobuf3 enforces strict UTF-8 checking. Parsing will fail if a string field contains non UTF-8 data. +* Protobuf 31.0 dropped support for Ruby 3.0, so 30.0 is the last + version working with Slackware 15.0 if you are working on project + that requires Ruby support. diff --git a/development/protobuf3/protobuf3.SlackBuild b/development/protobuf3/protobuf3.SlackBuild index b3ecf1a6d3..6cdbeddf92 100644 --- a/development/protobuf3/protobuf3.SlackBuild +++ b/development/protobuf3/protobuf3.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=protobuf3 -VERSION=${VERSION:-30.2} +VERSION=${VERSION:-32.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/protobuf3/protobuf3.info b/development/protobuf3/protobuf3.info index a99f75bb30..09f9d61cc3 100644 --- a/development/protobuf3/protobuf3.info +++ b/development/protobuf3/protobuf3.info @@ -1,10 +1,10 @@ PRGNAM="protobuf3" -VERSION="30.2" +VERSION="32.0" HOMEPAGE="https://github.com/google/protobuf" -DOWNLOAD="https://github.com/google/protobuf/archive/v30.2/protobuf-30.2.tar.gz \ -https://files.pythonhosted.org/packages/c8/8c/cf2ac658216eebe49eaedf1e06bc06cbf6a143469236294a1171a51357c3/protobuf-6.30.2.tar.gz" -MD5SUM="a067757f8231d3124aedd2b55a8a17f9 \ -e99446c873d798d566f19bffb93785cd" +DOWNLOAD="https://github.com/google/protobuf/archive/v32.0/protobuf-32.0.tar.gz \ +https://files.pythonhosted.org/packages/c0/df/fb4a8eeea482eca989b51cffd274aac2ee24e825f0bf3cbce5281fa1567b/protobuf-6.32.0.tar.gz" +MD5SUM="bf3223a70f64797d52528aaf3af8023f \ +2d93394b622e71def926ab311671c38c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="abseil-cpp python3-build python3-wheel" |