diff options
author | Matt Corallo <git@bluematt.me> | 2012-10-28 21:40:49 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2012-10-29 15:43:18 -0400 |
commit | 325a064c68cfd340903573987da2809b450d4983 (patch) | |
tree | bd2e7067b0497a952c3589b01757c0f6b0b89c33 /doc | |
parent | f53b125507ed85a7b7974525bbefc8f7db88c7aa (diff) |
Upgrade to Qt 4.8.3 (because 4.8.2 was removed from qt repos?)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-process.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt index 2a3eb17c20..02f0c47f47 100644 --- a/doc/release-process.txt +++ b/doc/release-process.txt @@ -30,12 +30,12 @@ wget 'ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.9.tar.gz' wget 'http://fukuchi.org/works/qrencode/qrencode-3.2.0.tar.bz2' wget 'http://downloads.sourceforge.net/project/boost/boost/1.50.0/boost_1_50_0.tar.bz2' - wget 'http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.2.tar.gz' + wget 'http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.3.tar.gz' cd .. ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/boost-win32.yml mv build/out/boost-win32-1.50.0-gitian2.zip inputs/ ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/qt-win32.yml - mv build/out/qt-win32-4.8.2-gitian-r1.zip inputs/ + mv build/out/qt-win32-4.8.3-gitian-r1.zip inputs/ ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/deps-win32.yml mv build/out/bitcoin-deps-0.0.5.zip inputs/ |