diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-04-08 10:55:55 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-04-08 10:56:01 +0200 |
commit | fa2b42533a367e756c6df25168f6cac63536dbc2 (patch) | |
tree | 7df80083957974cc589a422a59d7740ae52c9b0e /contrib/gitian-descriptors/qt-win.yml | |
parent | dac4e2aebd283a070bd810a5e7492e57561c965d (diff) | |
parent | 4a811b00534cb1ba39f8d31c4912ba995a4ac268 (diff) |
Merge pull request #4023
4a811b0 gitian: upgrade openssl to 1.0.1g for both win and linux (Wladimir J. van der Laan)
Diffstat (limited to 'contrib/gitian-descriptors/qt-win.yml')
-rw-r--r-- | contrib/gitian-descriptors/qt-win.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gitian-descriptors/qt-win.yml b/contrib/gitian-descriptors/qt-win.yml index e3de2c02ef..cfe165d761 100644 --- a/contrib/gitian-descriptors/qt-win.yml +++ b/contrib/gitian-descriptors/qt-win.yml @@ -15,8 +15,8 @@ reference_datetime: "2011-01-30 00:00:00" remotes: [] files: - "qt-everywhere-opensource-src-5.2.0.tar.gz" -- "bitcoin-deps-win32-gitian-r10.zip" -- "bitcoin-deps-win64-gitian-r10.zip" +- "bitcoin-deps-win32-gitian-r11.zip" +- "bitcoin-deps-win64-gitian-r11.zip" script: | # Defines export TZ=UTC @@ -48,7 +48,7 @@ script: | # # Need mingw-compiled openssl from bitcoin-deps: cd $DEPSDIR - unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r10.zip + unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r11.zip # cd $BUILDDIR # |