diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-04-09 13:08:59 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-04-09 14:24:17 +0200 |
commit | 25d4911e8672a740e89d30c26373099e60242db8 (patch) | |
tree | 3fe3473124ecbb1830b17c0614323d27de5111aa /contrib/gitian-descriptors/qt-win.yml | |
parent | f3f2cb736dbc0b92970169cfbddd98a83d7803cb (diff) |
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/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 b75b8a735b..8f24492b53 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-r11.zip" -- "bitcoin-deps-win64-gitian-r11.zip" +- "bitcoin-deps-win32-gitian-r12.zip" +- "bitcoin-deps-win64-gitian-r12.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-r11.zip + unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r12.zip # cd $BUILDDIR # |