diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-13 16:32:42 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-14 11:03:21 +0100 |
commit | 1e3abb4e3d9812945b63452b1fe5b4f058cbd9a2 (patch) | |
tree | e4604d4d87d8f4c2eedf93f5a32e22ce1f66af99 /contrib/gitian-descriptors/gitian-win32.yml | |
parent | 2f158dfc93188010f40a7bc96430042797fe52fc (diff) |
build: upgrade Qt used by windows build to 5.2.0
Diffstat (limited to 'contrib/gitian-descriptors/gitian-win32.yml')
-rw-r--r-- | contrib/gitian-descriptors/gitian-win32.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gitian-descriptors/gitian-win32.yml b/contrib/gitian-descriptors/gitian-win32.yml index a2920e095b..794fa27f1f 100644 --- a/contrib/gitian-descriptors/gitian-win32.yml +++ b/contrib/gitian-descriptors/gitian-win32.yml @@ -22,7 +22,7 @@ remotes: - "url": "https://github.com/bitcoin/bitcoin.git" "dir": "bitcoin" files: -- "qt-win32-4.8.3-gitian-r4.zip" +- "qt-win32-5.2.0-gitian-r1.zip" - "boost-win32-1.55.0-gitian-r6.zip" - "bitcoin-deps-win32-gitian-r10.zip" - "protobuf-win32-2.5.0-gitian-r3.zip" @@ -34,7 +34,7 @@ script: | # mkdir -p $STAGING cd $STAGING - unzip ../build/qt-win32-4.8.3-gitian-r4.zip + unzip ../build/qt-win32-5.2.0-gitian-r1.zip unzip ../build/boost-win32-1.55.0-gitian-r6.zip unzip ../build/bitcoin-deps-win32-gitian-r10.zip unzip ../build/protobuf-win32-2.5.0-gitian-r3.zip |