summaryrefslogtreecommitdiffstats
path: root/src/libpng.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/libpng.mk')
-rw-r--r--src/libpng.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libpng.mk b/src/libpng.mk
index 420463d..93468cb 100644
--- a/src/libpng.mk
+++ b/src/libpng.mk
@@ -4,8 +4,8 @@
# libpng
PKG := libpng
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.5.2
-$(PKG)_CHECKSUM := 50243a46c4745b39e7fcda7a39f498f38e084ad6
+$(PKG)_VERSION := 1.5.4
+$(PKG)_CHECKSUM := acf6626a7ea6ff89e30c9c9eeffe992ee1605447
$(PKG)_SUBDIR := libpng-$($(PKG)_VERSION)
$(PKG)_FILE := libpng-$($(PKG)_VERSION).tar.xz
$(PKG)_WEBSITE := http://www.libpng.org/
@@ -20,7 +20,7 @@ define $(PKG)_UPDATE
grep -v alpha | \
grep -v beta | \
grep -v rc | \
- grep -v '^1\.4\.' | \
+ grep -v '^1\.[1-4]\.' | \
head -1
endef