diff options
| author | langerhans <[email protected]> | 2014-06-08 17:18:50 +0200 |
|---|---|---|
| committer | langerhans <[email protected]> | 2014-06-08 17:18:50 +0200 |
| commit | cf8269901314c91c1a87bea4ad4da16383f3d50b (patch) | |
| tree | 1005f92754d1c4bc6dfec674e908d5fe55d2a0fe /contrib/gitian-descriptors/gitian-linux.yml | |
| parent | Merge pull request #514 from leofidus/1.7-slimsplash (diff) | |
| parent | Merge pull request #552 from patricklodder/1.7.1-dev-version_bump (diff) | |
| download | archived-discoin-1.7-archive.tar.xz archived-discoin-1.7-archive.zip | |
Merge branch '1.7.1-dev' into 1.7-maint1.7-archive
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 3bdef293f..74bafa67c 100644 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -21,8 +21,8 @@ remotes: - "url": "https://github.com/dogecoin/dogecoin.git" "dir": "dogecoin" files: -- "dogecoin-deps-linux32-gitian-r4.zip" -- "dogecoin-deps-linux64-gitian-r4.zip" +- "dogecoin-deps-linux32-gitian-r4a.zip" +- "dogecoin-deps-linux64-gitian-r4a.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/dogecoin-deps-linux${GBUILD_BITS}-gitian-r4.zip + unzip ../build/dogecoin-deps-linux${GBUILD_BITS}-gitian-r4a.zip unzip ../build/boost-linux${GBUILD_BITS}-1.55.0-gitian-r1.zip cd ../build |