X-Original-To: alpine-aports@lists.alpinelinux.org Received: from kolab.intevation.de (kolab.intevation.de [212.95.107.133]) by lists.alpinelinux.org (Postfix) with ESMTP id 10B0D5C4524 for ; Fri, 17 Mar 2017 21:17:46 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by kolab.intevation.de (Postfix) with ESMTP id 1668A61F74 for ; Fri, 17 Mar 2017 22:17:46 +0100 (CET) X-Virus-Scanned: by amavisd-new at intevation.de Received: from kolab.intevation.de ([127.0.0.1]) by localhost (kolab.intevation.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d4OAkwr4zv0m for ; Fri, 17 Mar 2017 22:17:45 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by kolab.intevation.de (Postfix) with ESMTP id CD8ED61FA0 for ; Fri, 17 Mar 2017 22:17:44 +0100 (CET) Received: from intevation.de (x4db68636.dyn.telefonica.de [77.182.134.54]) (Authenticated sender: bjoern.schilberg@intevation.de) by kolab.intevation.de (Postfix) with ESMTPSA id 4934661F74 for ; Fri, 17 Mar 2017 22:17:44 +0100 (CET) Date: Fri, 17 Mar 2017 22:17:40 +0100 From: Bjoern Schilberg To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/proj4: upgrade to 4.9.3. Message-ID: <20170317211740.lwooxtxv2jiyqh6s@intevation.de> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) --- testing/proj4/APKBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/testing/proj4/APKBUILD b/testing/proj4/APKBUILD index 7a731e24f0..c818beadae 100644 --- a/testing/proj4/APKBUILD +++ b/testing/proj4/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa pkgname=proj4 -pkgver=4.9.1 +pkgver=4.9.3 pkgrel=0 pkgdesc="PROJ.4 - Cartographic Projections Library" url="http://trac.osgeo.org/proj/" @@ -30,7 +30,6 @@ package() { mkdir -p $pkgdir/usr/bin make DESTDIR="$pkgdir" install } - -md5sums="3cbb2a964fd19a496f5f4265a717d31c proj-4.9.1.tar.gz" -sha256sums="fca0388f3f8bc5a1a803d2f6ff30017532367992b30cf144f2d39be88f36c319 proj-4.9.1.tar.gz" -sha512sums="6ad49afe53cc758df7450fffd335b2829fb4bc73e717fdf1932b286dea3b9fe5193014aed5cfdada9a1e256b2c5901f1e2a0e388a920d43b8ffa5074918af4cf proj-4.9.1.tar.gz" +md5sums="d598336ca834742735137c5674b214a1 proj-4.9.3.tar.gz" +sha256sums="6984542fea333488de5c82eea58d699e4aff4b359200a9971537cd7e047185f7 proj-4.9.3.tar.gz" +sha512sums="98e986fc5cb0dd13dc118923df096517ba32e17dd27b725fdbbcd4235b2f25527cf63c68672dc206730bf70924ddfbd2e60d3f4af7182634be79bdf4ca9ee2cb proj-4.9.3.tar.gz" -- 2.11.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---