Skip to content

Commit

Permalink
Update libpng
Browse files Browse the repository at this point in the history
  • Loading branch information
xerpi committed Jan 20, 2016
1 parent 1ed2844 commit def018f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ LIBJPEGTURBO_SRC := $(LIBJPEGTURBO_VERSION).tar.gz
LIBJPEGTURBO_DOWNLOAD := "http://sourceforge.net/projects/libjpeg-turbo/files/1.4.2/libjpeg-turbo-1.4.2.tar.gz"

LIBPNG := libpng
LIBPNG_VERSION := $(LIBPNG)-1.6.20
LIBPNG_VERSION := $(LIBPNG)-1.6.21
LIBPNG_SRC := $(LIBPNG_VERSION).tar.xz
LIBPNG_DOWNLOAD := "http://sourceforge.net/projects/libpng/files/libpng16/1.6.20/libpng-1.6.20.tar.xz"
LIBPNG_DOWNLOAD := "http://sourceforge.net/projects/libpng/files/libpng16/1.6.21/libpng-1.6.21.tar.xz"

SQLITE := sqlite
SQLITE_VERSION := $(SQLITE)-autoconf-3100000
Expand Down

0 comments on commit def018f

Please sign in to comment.