Bump win32.deps version number for new openssl

This commit is contained in:
Gavin Andresen 2012-04-27 11:53:11 -04:00
parent 2b4d7735b6
commit cedcec2dec
2 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ script: |
make $MAKEOPTS
cd ..
#
zip -r $OUTDIR/bitcoin-deps-0.0.3.zip \
zip -r $OUTDIR/bitcoin-deps-0.0.4.zip \
$(ls qrencode-*/{qrencode.h,.libs/libqrencode.{,l}a} | sort) \
$(ls db-*/build_unix/{libdb_cxx.a,db.h,db_cxx.h,libdb.a,.libs/libdb_cxx-?.?.a} | sort) \
$(find openssl-* -name '*.a' -o -name '*.h' | sort) \

View File

@ -17,7 +17,7 @@ remotes:
files:
- "qt-win32-4.7.4-gitian.zip"
- "boost-win32-1.47.0-gitian.zip"
- "bitcoin-deps-0.0.3.zip"
- "bitcoin-deps-0.0.4.zip"
script: |
#
mkdir $HOME/qt
@ -39,7 +39,7 @@ script: |
mv include/boost .
cd ..
#
unzip bitcoin-deps-0.0.3.zip
unzip bitcoin-deps-0.0.4.zip
#
find -type f | xargs touch --date="$REFERENCE_DATETIME"
#