diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2015-06-21 12:08:48 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2015-06-21 12:12:05 -0400 |
commit | 7c2c270829bfac110314bf134eb0337776c8b699 (patch) | |
tree | a0edef5ae68861270a04c243f1623616879a7f7a /depends | |
parent | 247b91449ad7d041c6af5d2abf5660ab00be0fb4 (diff) |
build: comparison tool NPE fix
This should fix the spurious comparison tool failures.
See discussion here: https://github.com/bitcoin/bitcoin/pull/6305
The race fix was cherry-picked on top of the version we're currently using, so
it should be functionally identical otherwise.
Diffstat (limited to 'depends')
-rw-r--r-- | depends/packages/native_comparisontool.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/depends/packages/native_comparisontool.mk b/depends/packages/native_comparisontool.mk index 2a8a19b0a2..e0ae0cec70 100644 --- a/depends/packages/native_comparisontool.mk +++ b/depends/packages/native_comparisontool.mk @@ -1,8 +1,8 @@ package=native_comparisontool -$(package)_version=be0eef7 +$(package)_version=8c6666f $(package)_download_path=https://github.com/theuni/bitcoind-comparisontool/raw/master $(package)_file_name=pull-tests-$($(package)_version).jar -$(package)_sha256_hash=46c2efa25e717751e1ef380d428761b1e37b43d6d1e92ac761b15ee92703e560 +$(package)_sha256_hash=a865332b3827abcde684ab79f5f43c083b0b6a4c97ff5508c79f29fee24f11cd $(package)_install_dirname=BitcoindComparisonTool_jar $(package)_install_filename=BitcoindComparisonTool.jar |