diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-04-08 10:55:55 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-04-08 10:56:01 +0200 |
| commit | fa2b42533a367e756c6df25168f6cac63536dbc2 (patch) | |
| tree | 7df80083957974cc589a422a59d7740ae52c9b0e /contrib/gitian-descriptors/gitian-linux.yml | |
| parent | Merge pull request #3914 (diff) | |
| parent | gitian: upgrade openssl to 1.0.1g for both win and linux (diff) | |
| download | discoin-fa2b42533a367e756c6df25168f6cac63536dbc2.tar.xz discoin-fa2b42533a367e756c6df25168f6cac63536dbc2.zip | |
Merge pull request #4023
4a811b0 gitian: upgrade openssl to 1.0.1g for both win and linux (Wladimir J. van der Laan)
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 05ef5ba58..3c25b793d 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-r3.zip" -- "bitcoin-deps-linux64-gitian-r3.zip" +- "bitcoin-deps-linux32-gitian-r4.zip" +- "bitcoin-deps-linux64-gitian-r4.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-r3.zip + unzip ../build/bitcoin-deps-linux${GBUILD_BITS}-gitian-r4.zip unzip ../build/boost-linux${GBUILD_BITS}-1.55.0-gitian-r1.zip cd ../build |