protobuf: update from 3.1.0 to 3.2.0

This commit is contained in:
Boris Pek 2017-02-10 22:34:12 +03:00
parent 9b7a05b961
commit 3ac3c57c6e
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.1.0
$(PKG)_CHECKSUM := 0a0ae63cbffc274efb573bdde9a253e3f32e458c41261df51c5dbc5ad541e8f7
$(PKG)_VERSION := 3.2.0
$(PKG)_CHECKSUM := 2a25c2b71c707c5552ec9afdfb22532a93a339e1ca5d38f163fe4107af08c54c
$(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