Skip to content

Commit

Permalink
Merge pull request #656 from thelazier/v0.12.1.x_native_protobuf
Browse files Browse the repository at this point in the history
Bump native protobuf to 2.6.1
  • Loading branch information
evan82 committed Jan 5, 2016
2 parents 6939c49 + 6e19549 commit 1142c8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions depends/packages/native_protobuf.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=native_protobuf
$(package)_version=2.5.0
$(package)_download_path=https://protobuf.googlecode.com/files
$(package)_version=2.6.1
$(package)_download_path=https://github.com/google/protobuf/releases/download/v$($(package)_version)/
$(package)_file_name=protobuf-$($(package)_version).tar.bz2
$(package)_sha256_hash=13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677
$(package)_sha256_hash=ee445612d544d885ae240ffbcbf9267faa9f593b7b101f21d58beceb92661910

define $(package)_set_vars
$(package)_config_opts=--disable-shared
Expand Down

0 comments on commit 1142c8e

Please sign in to comment.