Skip to content

Commit 142ee60

Browse files
committed
depends: bump protobuf to 2.6.1
Also change the download source from googlecode to github.
1 parent d5b1851 commit 142ee60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

depends/packages/native_protobuf.mk

Lines changed: 3 additions & 3 deletions
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)