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 8e41391e3f5a..dac90338190c 100644 --- a/development/protobuf3/protobuf3.SlackBuild +++ b/development/protobuf3/protobuf3.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=protobuf3 -VERSION=${VERSION:-27.0} +VERSION=${VERSION:-27.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/protobuf3/protobuf3.info b/development/protobuf3/protobuf3.info index a907438f0a3d..b2ed2c2f8134 100644 --- a/development/protobuf3/protobuf3.info +++ b/development/protobuf3/protobuf3.info @@ -1,10 +1,10 @@ PRGNAM="protobuf3" -VERSION="27.0" +VERSION="27.1" HOMEPAGE="https://github.com/google/protobuf" -DOWNLOAD="https://github.com/google/protobuf/archive/v27.0/protobuf-27.0.tar.gz \ -https://files.pythonhosted.org/packages/73/cb/8d83e166a822d893c2c07ef4a57598873634b65a68153ca62b6ba85f67b9/protobuf-5.27.0.tar.gz" -MD5SUM="c96aaf02c8acea549d65bb7b2d549bf6 \ -96861f4b3da9461209e100c826906c14" +DOWNLOAD="https://github.com/google/protobuf/archive/v27.1/protobuf-27.1.tar.gz \ +https://files.pythonhosted.org/packages/20/5f/00d891817d4031bbf4e846a99834bf949a76714c10a726833aa184176772/protobuf-5.27.1.tar.gz" +MD5SUM="0dcd097a07265dd1871f63d06bcbbba0 \ +1accbc0a4023f0056558a1811c38447e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="abseil-cpp python3-build python3-wheel" |