Skip to content

Commit a4d9f95

Browse files
committed
build: comparison tool swap
This should be functionally identical to what's in place now. It was built from theuni/bitcoinj@be0eef7 That commit is the same as this pruned commit in TheBlueMatt's repo: TheBlueMatt/bitcoinj@0f7b5d8 Now we'll be able to trust the line numbers in the stack traces.
1 parent 40400d5 commit a4d9f95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

depends/packages/native_comparisontool.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=native_comparisontool
2-
$(package)_version=0f7b5d8
3-
$(package)_download_path=https://github.com/TheBlueMatt/test-scripts/raw/38b490a2599d422b12d5ce8f165792f63fd8f54f
2+
$(package)_version=be0eef7
3+
$(package)_download_path=https://github.com/theuni/bitcoind-comparisontool/raw/master
44
$(package)_file_name=pull-tests-$($(package)_version).jar
5-
$(package)_sha256_hash=ecd43b988a8b673b483e4f69f931596360a5e90fc415c75c4c259faa690df198
5+
$(package)_sha256_hash=46c2efa25e717751e1ef380d428761b1e37b43d6d1e92ac761b15ee92703e560
66
$(package)_install_dirname=BitcoindComparisonTool_jar
77
$(package)_install_filename=BitcoindComparisonTool.jar
88

0 commit comments

Comments
 (0)