Skip to content

Commit

Permalink
Update png to 1.5.13 in the mac build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dak180 committed Sep 27, 2012
1 parent 1cc0d53 commit 2d3c39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macosx/configs/fetchscripts/Png-FetchSource.sh
@@ -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 ${?}

0 comments on commit 2d3c39e

Please sign in to comment.