diff options
Diffstat (limited to 'source/l/libpng')
-rwxr-xr-x | source/l/libpng/libpng.SlackBuild | 6 | ||||
-rw-r--r-- | source/l/libpng/libpng.url | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/source/l/libpng/libpng.SlackBuild b/source/l/libpng/libpng.SlackBuild index 1b82edd5..d338e5c6 100755 --- a/source/l/libpng/libpng.SlackBuild +++ b/source/l/libpng/libpng.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2005-2011 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2005-2012 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,8 +21,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -VERSION_OLD=1.2.44 -VERSION_NEW=1.4.5 +VERSION_OLD=1.2.50 +VERSION_NEW=1.4.12 BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: diff --git a/source/l/libpng/libpng.url b/source/l/libpng/libpng.url new file mode 100644 index 00000000..f50d4275 --- /dev/null +++ b/source/l/libpng/libpng.url @@ -0,0 +1 @@ +ftp://ftp.simplesystems.org/pub/libpng/png/src/ |