Skip to content

Commit 1142c8e

Browse files
author
evan82
committed
Merge pull request #656 from thelazier/v0.12.1.x_native_protobuf
Bump native protobuf to 2.6.1
2 parents 6939c49 + 6e19549 commit 1142c8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

depends/packages/native_protobuf.mk

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=native_protobuf
2-
$(package)_version=2.5.0
3-
$(package)_download_path=https://protobuf.googlecode.com/files
2+
$(package)_version=2.6.1
3+
$(package)_download_path=https://github.com/google/protobuf/releases/download/v$($(package)_version)/
44
$(package)_file_name=protobuf-$($(package)_version).tar.bz2
5-
$(package)_sha256_hash=13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677
5+
$(package)_sha256_hash=ee445612d544d885ae240ffbcbf9267faa9f593b7b101f21d58beceb92661910
66

77
define $(package)_set_vars
88
$(package)_config_opts=--disable-shared

0 commit comments

Comments
 (0)