Update Bitcoin to 4.40 (230)

This commit is contained in:
Boris Kraut 2015-09-09 17:35:28 +02:00
parent 049cc019d7
commit d6b6a74e60

View file

@ -410,6 +410,14 @@ Build:4.39,229
prebuild=sed -i -e '/<module>examples/d' -e '/<module>tools/d' -e '/<module>wallettemplate/d' $$BitcoinJWallet$$/pom.xml
build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
Build:4.40,230
commit=0938ace163dfd522f6822a88483e9bdc38309d52
subdir=wallet
gradle=yes
srclibs=BitcoinJWallet@v0.13.2
prebuild=sed -i -e '/<module>examples/d' -e '/<module>tools/d' -e '/<module>wallettemplate/d' $$BitcoinJWallet$$/pom.xml
build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
Maintainer Notes:
See wallet/{README,CHANGES} or git log for info about what BitcoinJ tag to use.
Use latest commit in 'prod' branch, which is a rebase on top of the latest tag.