diff options
Diffstat (limited to 'contrib/gitian-descriptors/gitian-win32.yml')
-rw-r--r-- | contrib/gitian-descriptors/gitian-win32.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gitian-descriptors/gitian-win32.yml b/contrib/gitian-descriptors/gitian-win32.yml index 252031739e..9752626d6a 100644 --- a/contrib/gitian-descriptors/gitian-win32.yml +++ b/contrib/gitian-descriptors/gitian-win32.yml @@ -17,7 +17,7 @@ remotes: files: - "qt-win32-4.7.4-gitian.zip" - "boost-win32-1.47.0-gitian.zip" -- "bitcoin-deps-0.0.3.zip" +- "bitcoin-deps-0.0.4.zip" script: | # mkdir $HOME/qt @@ -39,7 +39,7 @@ script: | mv include/boost . cd .. # - unzip bitcoin-deps-0.0.3.zip + unzip bitcoin-deps-0.0.4.zip # find -type f | xargs touch --date="$REFERENCE_DATETIME" # |