diff options
-rw-r--r-- | src/protobuf.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/protobuf.mk b/src/protobuf.mk index 22f16f8..ee63c1c 100644 --- a/src/protobuf.mk +++ b/src/protobuf.mk @@ -3,8 +3,8 @@ PKG := protobuf $(PKG)_WEBSITE := https://github.com/google/protobuf $(PKG)_IGNORE := -$(PKG)_VERSION := 3.4.0 -$(PKG)_CHECKSUM := f6600abeee3babfa18591961a0ff21e7db6a6d9ef82418a261ec4fee44ee6d44 +$(PKG)_VERSION := 3.5.1.1 +$(PKG)_CHECKSUM := 56b5d9e1ab2bf4f5736c4cfba9f4981fbc6976246721e7ded5602fbaee6d6869 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://github.com/google/$(PKG)/archive/v$($(PKG)_VERSION).tar.gz |