diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-04-09 13:08:59 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-04-09 14:24:17 +0200 |
| commit | 25d4911e8672a740e89d30c26373099e60242db8 (patch) | |
| tree | 3fe3473124ecbb1830b17c0614323d27de5111aa /contrib/gitian-descriptors/gitian-win.yml | |
| parent | doc: remove versions from build-unix.md, just refer to release-process.md (diff) | |
| download | discoin-25d4911e8672a740e89d30c26373099e60242db8.tar.xz discoin-25d4911e8672a740e89d30c26373099e60242db8.zip | |
gitian: upgrade miniupnpc input to 1.9
Bumps deps-linux, deps-win dependency versions as well.
qt-win does not need to be bumped, as although it depends on deps-win,
Qt doesn't use miniupnp. I verified this by rebuilding the dependency
and checking the the output is the same. Not having to rebuild Qt is a
good thing as it is huge.
Diffstat (limited to 'contrib/gitian-descriptors/gitian-win.yml')
| -rw-r--r-- | contrib/gitian-descriptors/gitian-win.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index 7d98df9ed..2191fb36c 100644 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -26,8 +26,8 @@ files: - "qt-win64-5.2.0-gitian-r3.zip" - "boost-win32-1.55.0-gitian-r6.zip" - "boost-win64-1.55.0-gitian-r6.zip" -- "bitcoin-deps-win32-gitian-r11.zip" -- "bitcoin-deps-win64-gitian-r11.zip" +- "bitcoin-deps-win32-gitian-r12.zip" +- "bitcoin-deps-win64-gitian-r12.zip" - "protobuf-win32-2.5.0-gitian-r4.zip" - "protobuf-win64-2.5.0-gitian-r4.zip" script: | @@ -61,7 +61,7 @@ script: | cd $STAGING unzip $INDIR/qt-win${BITS}-5.2.0-gitian-r3.zip unzip $INDIR/boost-win${BITS}-1.55.0-gitian-r6.zip - unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r11.zip + unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r12.zip unzip $INDIR/protobuf-win${BITS}-2.5.0-gitian-r4.zip if [ "$NEEDDIST" == "1" ]; then # Make source code archive which is architecture independent so it only needs to be done once |