diff options
| author | Gavin Andresen <[email protected]> | 2014-01-15 04:20:58 -0800 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2014-01-15 04:20:58 -0800 |
| commit | 8c31f037b1530c366eb14be0fcbefc566382041f (patch) | |
| tree | 896811a5847ee6ede2c3e1c8e821da2e12642a81 /doc | |
| parent | Merge pull request #3426 (diff) | |
| parent | doc: bump boost version in release-process (diff) | |
| download | discoin-8c31f037b1530c366eb14be0fcbefc566382041f.tar.xz discoin-8c31f037b1530c366eb14be0fcbefc566382041f.zip | |
Merge pull request #3527 from laanwj/2014_01_gitian_win32_qt5
build: update win32 deps
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-process.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 2c0e2a367..2cc54edfe 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -39,16 +39,16 @@ Release Process Fetch and build inputs: (first time, or when dependency versions change) mkdir -p inputs; cd inputs/ - wget 'http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.6.tar.gz' -O miniupnpc-1.6.tar.gz - wget 'https://www.openssl.org/source/openssl-1.0.1c.tar.gz' + wget 'http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.8.tar.gz' -O miniupnpc-1.8.tar.gz + wget 'https://www.openssl.org/source/openssl-1.0.1e.tar.gz' wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz' - wget 'ftp://ftp.simplesystems.org/pub/libpng/png/src/history/zlib/zlib-1.2.6.tar.gz' - wget 'ftp://ftp.simplesystems.org/pub/libpng/png/src/history/libpng15/libpng-1.5.9.tar.gz' - wget 'https://fukuchi.org/works/qrencode/qrencode-3.2.0.tar.bz2' - wget 'https://downloads.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.tar.bz2' + wget 'http://zlib.net/zlib-1.2.8.tar.gz' + wget 'ftp://ftp.simplesystems.org/pub/png/src/libpng16/libpng-1.6.8.tar.gz' + wget 'https://fukuchi.org/works/qrencode/qrencode-3.4.3.tar.bz2' + wget 'https://downloads.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.bz2' wget 'https://svn.boost.org/trac/boost/raw-attachment/ticket/7262/boost-mingw.patch' -O \ boost-mingw-gas-cross-compile-2013-03-03.patch - wget 'https://download.qt-project.org/archive/qt/4.8/4.8.3/qt-everywhere-opensource-src-4.8.3.tar.gz' + wget 'https://download.qt-project.org/official_releases/qt/5.2/5.2.0/single/qt-everywhere-opensource-src-5.2.0.tar.gz' wget 'https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.bz2' cd .. ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/boost-win32.yml |