diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-07 20:08:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-08 00:48:26 +0700 |
commit | 669e290b36c628508fd817f7020b09aa1b082e88 (patch) | |
tree | d741f15baf79324062d672b8a3cee5b02f91277e /misc/protobuf3 | |
parent | 668d8eabd33dc6c641c362390bcfcc03e1c03ea2 (diff) | |
download | slackbuilds-669e290b36c628508fd817f7020b09aa1b082e88.tar.gz |
misc/protobuf3: Updated for version 3.16.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/protobuf3')
-rw-r--r-- | misc/protobuf3/README | 2 | ||||
-rw-r--r-- | misc/protobuf3/protobuf3.SlackBuild | 2 | ||||
-rw-r--r-- | misc/protobuf3/protobuf3.info | 6 |
3 files changed, 4 insertions, 6 deletions
diff --git a/misc/protobuf3/README b/misc/protobuf3/README index 40fd496a9d..aab31940f5 100644 --- a/misc/protobuf3/README +++ b/misc/protobuf3/README @@ -25,5 +25,3 @@ NOTE: continue to support protobuf version 2. * Protobuf3 enforces strict UTF-8 checking. Parsing will fail if a string field contains non UTF-8 data. -* This SlackBuild installs the Python2 bindings by default. - Python3 bindings will be installed if Python3 is installed. diff --git a/misc/protobuf3/protobuf3.SlackBuild b/misc/protobuf3/protobuf3.SlackBuild index d853990eed..2b3b76b44e 100644 --- a/misc/protobuf3/protobuf3.SlackBuild +++ b/misc/protobuf3/protobuf3.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=protobuf3 -VERSION=${VERSION:-3.15.8} +VERSION=${VERSION:-3.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/misc/protobuf3/protobuf3.info b/misc/protobuf3/protobuf3.info index 8d0c013a71..281c086203 100644 --- a/misc/protobuf3/protobuf3.info +++ b/misc/protobuf3/protobuf3.info @@ -1,8 +1,8 @@ PRGNAM="protobuf3" -VERSION="3.15.8" +VERSION="3.16.0" HOMEPAGE="https://github.com/google/protobuf" -DOWNLOAD="https://github.com/google/protobuf/archive/v3.15.8/protobuf-3.15.8.tar.gz" -MD5SUM="cd4665ea38556638ade6739df861ebe8" +DOWNLOAD="https://github.com/google/protobuf/archive/v3.16.0/protobuf-3.16.0.tar.gz" +MD5SUM="d5c95c927b9675d2eab24590ad0f321b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |