From adae4a55950b4dd41682c596fbb3400af5bd8f1e Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Sat, 23 Nov 2013 10:25:26 +0000 Subject: [PATCH] Bitcoin (de.schildbach.wallet): update to 3.24, fix 3.23 name properly --- metadata/de.schildbach.wallet.txt | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/metadata/de.schildbach.wallet.txt b/metadata/de.schildbach.wallet.txt index d115c8faa8..7944eb3285 100644 --- a/metadata/de.schildbach.wallet.txt +++ b/metadata/de.schildbach.wallet.txt @@ -5,6 +5,7 @@ Source Code:http://code.google.com/p/bitcoin-wallet/source/list?name=prod Issue Tracker:http://code.google.com/p/bitcoin-wallet/issues/list Bitcoin:1HkX6X8EakdsgAysL93oKrWiXGPbFiG1xV +Name:Bitcoin Auto Name:Bitcoin Summary:Store digital currency Description: @@ -133,20 +134,32 @@ Build:3.22,143 rm -rf ../market/ && sed -i '/sample-integration-android/d' ../pom.xml build=$$MVN3$$ clean install -DskipTests -f BitcoinJWallet/pom.xml -Build:3.23,144 +build:3.23,144 + commit=b75b225c7289 + subdir=wallet + maven=yes@.. + srclibs=bitcoinjwallet@v0.10.2 + prebuild=cp -r $$bitcoinjwallet$$/ . && \ + rm -rf ../market/ && sed -i '/sample-integration-android/d' ../pom.xml + build=$$mvn3$$ clean install -dskiptests -f bitcoinjwallet/pom.xml + +build:3.24,145 commit=809f71ff9d70 subdir=wallet maven=yes@.. - srclibs=BitcoinJWallet@v0.10.2 - prebuild=cp -r $$BitcoinJWallet$$/ . && \ + srclibs=bitcoinjwallet@v0.10.3 + prebuild=cp -r $$bitcoinjwallet$$/ . && \ rm -rf ../market/ && sed -i '/sample-integration-android/d' ../pom.xml - build=$$MVN3$$ clean install -DskipTests -f 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. Update the _test app as well. + +Name is forced because sometimes the developer leaves the wrong (testnet) name +in the prod branch. . Auto Update Mode:None