diff options
author | Warren Togami <wtogami@gmail.com> | 2014-01-09 03:17:18 -1000 |
---|---|---|
committer | Warren Togami <wtogami@gmail.com> | 2014-01-09 14:18:43 -1000 |
commit | 56fce1fdbb688e9c48ba689d8f69bf66501d91c5 (patch) | |
tree | 28ff2f40321a7dc3e23a113aabd5decb5afb0315 /contrib/gitian-descriptors/gitian-win32.yml | |
parent | 13e99e463d4aa0bd2b2892010ca8c7007c40c242 (diff) |
Upgrade gitian win32 to boost-1.55.
Fixes issue where all network activity just stops.
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 a8a823cac0..456b74caa5 100644 --- a/contrib/gitian-descriptors/gitian-win32.yml +++ b/contrib/gitian-descriptors/gitian-win32.yml @@ -23,7 +23,7 @@ remotes: "dir": "bitcoin" files: - "qt-win32-4.8.3-gitian-r4.zip" -- "boost-win32-1.54.0-gitian-r6.zip" +- "boost-win32-1.55.0-gitian-r6.zip" - "bitcoin-deps-win32-gitian-r9.zip" - "protobuf-win32-2.5.0-gitian-r3.zip" script: | @@ -34,7 +34,7 @@ script: | mkdir -p $STAGING cd $STAGING unzip ../build/qt-win32-4.8.3-gitian-r4.zip - unzip ../build/boost-win32-1.54.0-gitian-r6.zip + unzip ../build/boost-win32-1.55.0-gitian-r6.zip unzip ../build/bitcoin-deps-win32-gitian-r9.zip unzip ../build/protobuf-win32-2.5.0-gitian-r3.zip cd $HOME/build/ |