diff options
author | Bradley Sepos <[email protected]> | 2016-05-21 16:01:17 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-05-25 15:45:05 -0400 |
commit | 12745a5fe307f7933eecc1b97419617597b1e8a0 (patch) | |
tree | 1ec04a27fe7b4d15d0bfcd28670f9f2ffb0d3f53 /contrib/zlib | |
parent | 12a591af07ad9da0fbe7b014ba0c3522e3bdfb0c (diff) |
contrib: Update comments in contrib modules.
Diffstat (limited to 'contrib/zlib')
-rw-r--r-- | contrib/zlib/module.defs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/zlib/module.defs b/contrib/zlib/module.defs index 3d0e15941..1cb7ff15f 100644 --- a/contrib/zlib/module.defs +++ b/contrib/zlib/module.defs @@ -5,11 +5,12 @@ ZLIB.FETCH.url = http://download.handbrake.fr/handbrake/contrib/zlib-1.2.3.tar. ZLIB.FETCH.md5 = af3358a811ad3469a2e54db49f77d52a ZLIB.EXTRACT.tarbase = zlib -# TODO: Upstream hash does not match mirror, zlib 1.2.8 is latest +# TODO: Upstream archive differs #ZLIB.FETCH.url += http://sourceforge.net/projects/libpng/files/zlib/1.2.3/zlib-1.2.3.tar.gz #ZLIB.FETCH.md5 = debc62758716a169df9f62e6ab2bc634 #ZLIB.EXTRACT.tarbase = zlib # +# TODO: zlib >= 1.2.8 #ZLIB.FETCH.url += http://sourceforge.net/projects/libpng/files/zlib/1.2.8/zlib-1.2.8.tar.gz #ZLIB.FETCH.md5 = 44d667c142d7cda120332623eab69f40 #ZLIB.EXTRACT.tarbase = zlib |