X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id B43DCDC5987 for ; Fri, 7 Aug 2015 20:00:30 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D4960DC1575; Fri, 7 Aug 2015 20:00:29 +0000 (UTC) Received: from localhost (ip5f5ac985.dynamic.kabel-deutschland.de [95.90.201.133]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id 3f78d381; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 7 Aug 2015 22:00:27 +0200 (CEST) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] main/libpng: upgrade to 1.6.18 Date: Fri, 7 Aug 2015 22:00:22 +0200 Message-Id: <1438977622-12606-1-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.5.0 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/libpng/APKBUILD | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/main/libpng/APKBUILD b/main/libpng/APKBUILD index 94bf53c..dbab62f 100644 --- a/main/libpng/APKBUILD +++ b/main/libpng/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Carlo Landmeter # Maintainer: Natanael Copa pkgname=libpng -pkgver=1.6.17 +pkgver=1.6.18 _apngver=$pkgver pkgrel=0 pkgdesc="Portable Network Graphics library" url="http://www.libpng.org/" arch="all" license="GPL" -depends= +depends="" depends_dev="zlib-dev" makedepends="$depends_dev gawk" subpackages="$pkgname-doc $pkgname-dev" @@ -17,7 +17,6 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz " _builddir="$srcdir/$pkgname-$pkgver" - prepare() { cd "$_builddir" gunzip -c "$srcdir"/libpng-$pkgver-apng.patch.gz | patch -p1 || return 1 @@ -40,9 +39,9 @@ package() { rm -f "$pkgdir"/usr/lib/*.la } -md5sums="134282f1752dcf4cd81a37b8ff421cef libpng-1.6.17.tar.gz -f68d34f10bcc7f43b8c3dce5708e1933 libpng-1.6.17-apng.patch.gz" -sha256sums="a18233c99e1dc59a256180e6871d9305a42e91b3f98799b3ceb98e87e9ec5e31 libpng-1.6.17.tar.gz -25998d89d423834df3f0171d195ef15a0bca30f55657a339138313429a9d0f2b libpng-1.6.17-apng.patch.gz" -sha512sums="445cf5cace57eb89f2f52be96e9f0e956717a4d4474bd6f5d0545a8b30b45ff45df94325c2504b044d014880cbb3e696475cd6fa7936993dee7ffee93756e384 libpng-1.6.17.tar.gz -5abfe55ad8e2778572fa5c1543c23b01c7f7fc4fea1aec535ac5749ae1ba1e209e7b94641d34d4b6514be7abbf176b957e3690832d4358d0590754063303eeb0 libpng-1.6.17-apng.patch.gz" +md5sums="685ce2ebbf4ad9a03992fb5f10c38df1 libpng-1.6.18.tar.gz +a9c85fe3cf0347ea94356f1e70d07973 libpng-1.6.18-apng.patch.gz" +sha256sums="593d9216270dca1ab1fc2f0e4383a9ac99394c349392fb0f65043f0e6fbfdac6 libpng-1.6.18.tar.gz +7b9a80bd05e54babdbf6623dab8df7d050331f61417ba660d08a32b80594543c libpng-1.6.18-apng.patch.gz" +sha512sums="fe60370fa75c92854e5a75f87aba4252464a23bce087506201430d920f64c5fc32f0b732131e1d9ad20664c1353eeae9b24081c7f831d6f73f86199b712ffd1f libpng-1.6.18.tar.gz +b41f2db1abd1c11c7b9339c2a9cae5fb2d31691677de686aa06ded951b65c0b3bfe48e5aaeb956a8e539b08777f5b2fb734fa21a6908671f0f93921ea2cac966 libpng-1.6.18-apng.patch.gz" -- 2.5.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---