Update png to 1.5.13 in the mac build.
parent
1cc0d533f4
commit
2d3c39e660
|
@ -1,11 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
VerLib="1.5.12"
|
||||
VerLib="1.5.13"
|
||||
OutDir="libpng"
|
||||
DirectorY="${OutDir}-${VerLib}"
|
||||
FileName="${DirectorY}.tar.gz"
|
||||
SourceDLP="http://downloads.sourceforge.net/project/libpng/libpng15/${VerLib}/${FileName}"
|
||||
MD5Sum="8ea7f60347a306c5faf70b977fa80e28"
|
||||
MD5Sum="9c5a584d4eb5fe40d0f1bc2090112c65"
|
||||
|
||||
configs/FetchSource.sh "${DirectorY}" "${OutDir}" "${FileName}" "${SourceDLP}" "${MD5Sum}"
|
||||
exit ${?}
|
||||
|
|
Loading…
Reference in New Issue