Browse Source

Bump win32.deps version number for new openssl

0.8
Gavin Andresen 13 years ago
parent
commit
cedcec2dec
  1. 2
      contrib/gitian-descriptors/deps-win32.yml
  2. 4
      contrib/gitian-descriptors/gitian-win32.yml

2
contrib/gitian-descriptors/deps-win32.yml

@ -62,7 +62,7 @@ script: | @@ -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) \

4
contrib/gitian-descriptors/gitian-win32.yml

@ -17,7 +17,7 @@ remotes: @@ -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: | @@ -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"
#

Loading…
Cancel
Save