Bitcoin (de.schildbach.wallet): update to 3.24, fix 3.23 name properly

This commit is contained in:
Ciaran Gultnieks 2013-11-23 10:25:26 +00:00
parent 0575bd2572
commit adae4a5595

View file

@ -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