lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit f9bd35d0a13937f037869d3673a6332591974dea
parent 633ef1ed0c56d622e9ca317be512208308f9b70d
Author: Jo-Philipp Wich <jow@openwrt.org>
Date:   Sat,  9 Jan 2016 13:50:02 +0100

Merge pull request #2240 from ollie27/libpng

libpng: update to 1.2.56
Diffstat:
Mlibs/libpng/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs/libpng/Makefile b/libs/libpng/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpng -PKG_VERSION:=1.2.54 +PKG_VERSION:=1.2.56 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/libpng -PKG_MD5SUM:=bbb7a7264f1c7d9c444fd16bf6f89832 +PKG_MD5SUM:=868562bd1c58b76ed8703f135a2e439a PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> PKG_LICENSE:=Libpng GPL-2.0+ BSD-3-Clause