diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2019-01-05 20:17:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-05 20:17:09 +0200 |
commit | e7e4e26241934575932d595923ef313dcd67d18b (patch) | |
tree | 7408867cf38fd8cfc70c2034b56f69a80997fb9b /libs | |
parent | 180d9bab4b8e02a0cc807ee2b8a201a1d0a330bf (diff) | |
parent | 5d1445ab758144c7fa4c4b9b3c21b9cb89115966 (diff) |
Merge pull request #7777 from neheb/patch-9
libpng: Update to 1.6.36
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libpng/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libpng/Makefile b/libs/libpng/Makefile index 18126dbfe..283aa94bf 100644 --- a/libs/libpng/Makefile +++ b/libs/libpng/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpng -PKG_VERSION:=1.6.35 +PKG_VERSION:=1.6.36 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/libpng -PKG_HASH:=23912ec8c9584917ed9b09c5023465d71709dce089be503c7867fec68a93bcd7 -PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> +PKG_HASH:=eceb924c1fa6b79172fdfd008d335f0e59172a86a66481e09d4089df872aa319 +PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> PKG_LICENSE:=Libpng GPL-2.0+ BSD-3-Clause PKC_LICENSE_FILES:=LICENSE contrib/gregbook/COPYING contrib/gregbook/LICENSE PKG_CPE_ID:=cpe:/a:libpng:libpng |