diff options
-rw-r--r-- | development/protobuf3/protobuf3.SlackBuild | 2 | ||||
-rw-r--r-- | development/protobuf3/protobuf3.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/protobuf3/protobuf3.SlackBuild b/development/protobuf3/protobuf3.SlackBuild index 6cdbeddf92..e17cbd9887 100644 --- a/development/protobuf3/protobuf3.SlackBuild +++ b/development/protobuf3/protobuf3.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=protobuf3 -VERSION=${VERSION:-32.0} +VERSION=${VERSION:-32.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/protobuf3/protobuf3.info b/development/protobuf3/protobuf3.info index 09f9d61cc3..c95e74975a 100644 --- a/development/protobuf3/protobuf3.info +++ b/development/protobuf3/protobuf3.info @@ -1,10 +1,10 @@ PRGNAM="protobuf3" -VERSION="32.0" +VERSION="32.1" HOMEPAGE="https://github.com/google/protobuf" -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="https://github.com/google/protobuf/archive/v32.1/protobuf-32.1.tar.gz \ +https://files.pythonhosted.org/packages/fa/a4/cc17347aa2897568beece2e674674359f911d6fe21b0b8d6268cd42727ac/protobuf-6.32.1.tar.gz" +MD5SUM="8feb5c408e0c499de31f920444bc7893 \ +51c692963c93a90caa020f04cd27abbf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="abseil-cpp python3-build python3-wheel" |