protobuf: update from 3.2.0 to 3.3.2

This commit is contained in:
Boris Pek 2017-07-21 00:34:01 +03:00
parent 487359e283
commit c66c0b430d
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := protobuf
$(PKG)_WEBSITE := https://github.com/google/protobuf
$(PKG)_IGNORE :=
$(PKG)_VERSION := 3.2.0
$(PKG)_CHECKSUM := 2a25c2b71c707c5552ec9afdfb22532a93a339e1ca5d38f163fe4107af08c54c
$(PKG)_VERSION := 3.3.2
$(PKG)_CHECKSUM := 8b8e442becbeff637f160c1ef4a3a56769c50ba7c9ff939ccc94086530ff00e4
$(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