Skip to content

Commit

Permalink
Bump win32.deps version number for new openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinandresen committed Apr 27, 2012
1 parent 2b4d773 commit cedcec2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/deps-win32.yml
Expand Up @@ -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) \
Expand Down
4 changes: 2 additions & 2 deletions contrib/gitian-descriptors/gitian-win32.yml
Expand Up @@ -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
Expand All @@ -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"
#
Expand Down

0 comments on commit cedcec2

Please sign in to comment.