Update Bitcoin to 4.39 (229)

This commit is contained in:
Boris Kraut 2015-08-08 10:13:46 +02:00
parent ccddded001
commit ca9c55484a

View file

@ -402,6 +402,14 @@ Build:4.38,228
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.39,229
commit=41a7640b2e0fed9a7bf92cb49e2f4035121e486b
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.