diff options
author | Micha <michagogo@server.fake> | 2014-02-07 01:13:19 +0200 |
---|---|---|
committer | Micha <michagogo@server.fake> | 2014-02-07 01:13:19 +0200 |
commit | 12edce56138fa8aa21c755f4dc2c16daebdab2a8 (patch) | |
tree | 69865681be8d69eb19647a7feb9f27929ca61317 /doc/release-process.md | |
parent | a41922eccc1843d99af9465917c239e504a5c2d3 (diff) |
Update the address for downloading libpng
The FTP server what we get libpng from only keeps the latest version in its main folder. Older versions are in the "history" folder. Apparently version 1.6.9 has been released, so 1.6.8 has moved to the history folder.
Diffstat (limited to 'doc/release-process.md')
-rw-r--r-- | doc/release-process.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index aadacf05f8..459819e596 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -43,7 +43,7 @@ Release Process 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 '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 'ftp://ftp.simplesystems.org/pub/png/src/history/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 \ |