libpng: update

This commit is contained in:
Mark Brand 2017-01-05 23:50:36 +01:00
parent f31c518d0a
commit 9990a0e0f3
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := libpng
$(PKG)_WEBSITE := http://www.libpng.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.6.26
$(PKG)_CHECKSUM := 266743a326986c3dbcee9d89b640595f6b16a293fd02b37d8c91348d317b73f9
$(PKG)_VERSION := 1.6.28
$(PKG)_CHECKSUM := d8d3ec9de6b5db740fefac702c37ffcf96ae46cb17c18c1544635a3852f78f7a
$(PKG)_SUBDIR := libpng-$($(PKG)_VERSION)
$(PKG)_FILE := libpng-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/libpng/libpng16/$($(PKG)_VERSION)/$($(PKG)_FILE)