Skip to content

Commit

Permalink
Update libpng and libtiff
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Dec 28, 2018
1 parent 1011da3 commit 3619fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/fox16_c/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def fxscintilla_support_suppressed?
LIBZ_VERSION = ENV['LIBZ_VERSION'] || '1.2.7.3'
LIBZ_SOURCE_URI = "http://zlib.net/fossils/zlib-#{LIBZ_VERSION}.tar.gz"

LIBPNG_VERSION = ENV['LIBPNG_VERSION'] || '1.6.34'
LIBPNG_VERSION = ENV['LIBPNG_VERSION'] || '1.6.36'
LIBPNG_SOURCE_URI = "http://prdownloads.sourceforge.net/libpng/libpng-#{LIBPNG_VERSION}.tar.gz"

# LIBJPEG_VERSION = ENV['LIBJPEG_VERSION'] || '9b'
Expand All @@ -33,7 +33,7 @@ def fxscintilla_support_suppressed?
LIBJPEG_VERSION = ENV['LIBJPEG_VERSION'] || '1.5.3'
LIBJPEG_SOURCE_URI = "https://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-#{LIBJPEG_VERSION}.tar.gz"

LIBTIFF_VERSION = ENV['LIBTIFF_VERSION'] || '4.0.9'
LIBTIFF_VERSION = ENV['LIBTIFF_VERSION'] || '4.0.10'
LIBTIFF_SOURCE_URI = "http://download.osgeo.org/libtiff/tiff-#{LIBTIFF_VERSION}.tar.gz"

LIBFOX_VERSION = ENV['LIBFOX_VERSION'] || '1.6.57'
Expand Down

0 comments on commit 3619fb7

Please sign in to comment.