mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-24 21:33:24 +08:00
package/libpng: bump version to 1.6.36
License[1] was bumped to v2, for details see http://lists.opensource.org/pipermail/license-review_lists.opensource.org/2018-November/003791.html [1] http://www.libpng.org/pub/png/src/libpng-LICENSE.txt Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Peter: use Libpng-2.0 as license tag] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0abeee374a
commit
e6a67cc410
@ -1,7 +1,6 @@
|
||||
# From https://sourceforge.net/projects/libpng/files/libpng16/1.6.35/
|
||||
md5 678b7e696a62a193ed3503b04bf449d6 libpng-1.6.35.tar.xz
|
||||
sha1 0df1561aa1da610e892239348970d574b14deed0 libpng-1.6.35.tar.xz
|
||||
|
||||
# From https://sourceforge.net/projects/libpng/files/libpng16/1.6.36/
|
||||
md5 df2be2d29c40937fe1f5349b16bc2826 libpng-1.6.36.tar.xz
|
||||
sha1 aec9548c8319104226cc4c31d1f5e524f1b55295 libpng-1.6.36.tar.xz
|
||||
# Locally computed:
|
||||
sha256 23912ec8c9584917ed9b09c5023465d71709dce089be503c7867fec68a93bcd7 libpng-1.6.35.tar.xz
|
||||
sha256 f9850940c6606003eea9c8864b2a3f177eb5c963614aba5a3c5a24c47dd043ab LICENSE
|
||||
sha256 eceb924c1fa6b79172fdfd008d335f0e59172a86a66481e09d4089df872aa319 libpng-1.6.36.tar.xz
|
||||
sha256 142da07fb4b0cceb861b2e69fe7e5b602f25ec7adc85b0a426133d9ee0d2e116 LICENSE
|
||||
|
@ -4,11 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBPNG_VERSION = 1.6.35
|
||||
LIBPNG_VERSION = 1.6.36
|
||||
LIBPNG_SERIES = 16
|
||||
LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz
|
||||
LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng$(LIBPNG_SERIES)/$(LIBPNG_VERSION)
|
||||
LIBPNG_LICENSE = Libpng
|
||||
LIBPNG_LICENSE = Libpng-2.0
|
||||
LIBPNG_LICENSE_FILES = LICENSE
|
||||
LIBPNG_INSTALL_STAGING = YES
|
||||
LIBPNG_DEPENDENCIES = host-pkgconf zlib
|
||||
|
Loading…
Reference in New Issue
Block a user