diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-14 08:24:31 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-14 11:03:21 +0100 |
commit | 2f158dfc93188010f40a7bc96430042797fe52fc (patch) | |
tree | 823e17d64faf877323579b9225b1d3272a3c7749 /contrib/gitian-descriptors/qt-win32.yml | |
parent | 5bab55898d2b7ffd13f54a400311427f097948ab (diff) |
build: Update the other win32 deps
- miniupnpc-1.8
- openssl-1.0.1e
- zlib-1.2.8
- libpng-1.6.8
- qrencode-3.4.3
Diffstat (limited to 'contrib/gitian-descriptors/qt-win32.yml')
-rw-r--r-- | contrib/gitian-descriptors/qt-win32.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gitian-descriptors/qt-win32.yml b/contrib/gitian-descriptors/qt-win32.yml index ffa8bcab46..fb1dbb7e20 100644 --- a/contrib/gitian-descriptors/qt-win32.yml +++ b/contrib/gitian-descriptors/qt-win32.yml @@ -15,7 +15,7 @@ reference_datetime: "2011-01-30 00:00:00" remotes: [] files: - "qt-everywhere-opensource-src-4.8.3.tar.gz" -- "bitcoin-deps-win32-gitian-r9.zip" +- "bitcoin-deps-win32-gitian-r10.zip" script: | # HOST=i686-w64-mingw32 @@ -27,7 +27,7 @@ script: | mkdir -p $INSTDIR/host/bin # # Need mingw-compiled openssl from bitcoin-deps: - unzip bitcoin-deps-win32-gitian-r9.zip + unzip bitcoin-deps-win32-gitian-r10.zip DEPSDIR=`pwd` # tar xzf qt-everywhere-opensource-src-4.8.3.tar.gz |