diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-05-03 09:30:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-03 09:30:37 +0300 |
commit | 340095b3d94706c6f85ff83b217fd86908457545 (patch) | |
tree | 5f811d4a41f955f13c4a832ad37eea9783800084 | |
parent | 7acc569c4c677730e6cce61cd77f90eadf4bc55b (diff) | |
parent | 37004c50615f8a50a0de7ed0defd6adfdba4fb70 (diff) |
Merge pull request #4323 from persandstrom/master
protobuf: upgrade to version 3.3
-rw-r--r-- | libs/protobuf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/protobuf/Makefile b/libs/protobuf/Makefile index 90aec7e87..6527bf6c6 100644 --- a/libs/protobuf/Makefile +++ b/libs/protobuf/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=protobuf -PKG_VERSION:=3.1.0 +PKG_VERSION:=3.3.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-cpp-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/google/protobuf/releases/download/v$(PKG_VERSION) -PKG_MD5SUM:=bd5e3eed635a8d32e2b99658633815ef +PKG_MD5SUM:=2d45f7ad84eb2b1883ae2096b3b1f18a PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE |