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-linux.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-linux.yml')
| -rw-r--r-- | contrib/gitian-descriptors/gitian-linux.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index 3c25b793d..018b6fb26 100644 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -21,8 +21,8 @@ remotes: - "url": "https://github.com/bitcoin/bitcoin.git" "dir": "bitcoin" files: -- "bitcoin-deps-linux32-gitian-r4.zip" -- "bitcoin-deps-linux64-gitian-r4.zip" +- "bitcoin-deps-linux32-gitian-r5.zip" +- "bitcoin-deps-linux64-gitian-r5.zip" - "boost-linux32-1.55.0-gitian-r1.zip" - "boost-linux64-1.55.0-gitian-r1.zip" script: | @@ -36,7 +36,7 @@ script: | # mkdir -p $STAGING cd $STAGING - unzip ../build/bitcoin-deps-linux${GBUILD_BITS}-gitian-r4.zip + unzip ../build/bitcoin-deps-linux${GBUILD_BITS}-gitian-r5.zip unzip ../build/boost-linux${GBUILD_BITS}-1.55.0-gitian-r1.zip cd ../build |