aboutsummaryrefslogtreecommitdiff
path: root/depends/packages
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2015-07-03 12:57:58 -0400
committerCory Fields <cory-nospam-@coryfields.com>2015-07-03 12:59:13 -0400
commit142ee60a897781b77e300fc3ef9abbca2e0b0dd0 (patch)
tree9f94a18098b2f96349e3cbf2a869b57b7baa02e2 /depends/packages
parentd5b18517432ee1b7cc0a5b38c186318ff15cac5c (diff)
downloadbitcoin-142ee60a897781b77e300fc3ef9abbca2e0b0dd0.tar.xz
depends: bump protobuf to 2.6.1
Also change the download source from googlecode to github.
Diffstat (limited to 'depends/packages')
-rw-r--r--depends/packages/native_protobuf.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/depends/packages/native_protobuf.mk b/depends/packages/native_protobuf.mk
index ed1a771f0d..ce50b366fa 100644
--- a/depends/packages/native_protobuf.mk
+++ b/depends/packages/native_protobuf.mk
@@ -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