diff options
| author | Gavin Andresen <[email protected]> | 2012-04-27 11:53:11 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-04-27 11:53:11 -0400 |
| commit | cedcec2decbe69ab0c565a214bf78e83fc14aa97 (patch) | |
| tree | 00ee746d24527ba542afea3201a869e6a70e5210 | |
| parent | Windows build: compile against openssl 1.0.1b (diff) | |
| download | discoin-cedcec2decbe69ab0c565a214bf78e83fc14aa97.tar.xz discoin-cedcec2decbe69ab0c565a214bf78e83fc14aa97.zip | |
Bump win32.deps version number for new openssl
| -rw-r--r-- | contrib/gitian-descriptors/deps-win32.yml | 2 | ||||
| -rw-r--r-- | contrib/gitian-descriptors/gitian-win32.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gitian-descriptors/deps-win32.yml b/contrib/gitian-descriptors/deps-win32.yml index 74fa1847b..df1e3de35 100644 --- a/contrib/gitian-descriptors/deps-win32.yml +++ b/contrib/gitian-descriptors/deps-win32.yml @@ -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) \ diff --git a/contrib/gitian-descriptors/gitian-win32.yml b/contrib/gitian-descriptors/gitian-win32.yml index 252031739..9752626d6 100644 --- a/contrib/gitian-descriptors/gitian-win32.yml +++ b/contrib/gitian-descriptors/gitian-win32.yml @@ -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" # |