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 378795C4FB3 for ; Wed, 16 May 2018 10:52:52 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by kolab.intevation.de (Postfix) with ESMTP id 332F0621CA for ; Wed, 16 May 2018 12:52:51 +0200 (CEST) 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 tSslWoWL65EG for ; Wed, 16 May 2018 12:52:49 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by kolab.intevation.de (Postfix) with ESMTP id C2EE062A20 for ; Wed, 16 May 2018 12:52:49 +0200 (CEST) Received: from intevation.de (t4b.guest.intevation.de [10.42.12.30]) (Authenticated sender: bjoern.schilberg@intevation.de) by kolab.intevation.de (Postfix) with ESMTPSA id 9BFF0621CA for ; Wed, 16 May 2018 12:52:49 +0200 (CEST) Date: Wed, 16 May 2018 12:52:46 +0200 From: Bjoern Schilberg To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/gdal: upgrade to 2.3.0 Message-ID: <20180516105232.GA30240@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: Mutt/1.9.5 (2018-04-13) --- testing/gdal/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/testing/gdal/APKBUILD b/testing/gdal/APKBUILD index c21b832b46..6735a5a499 100644 --- a/testing/gdal/APKBUILD +++ b/testing/gdal/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Trevor R.H. Clarke # Maintainer: Trevor R.H. Clarke pkgname=gdal -pkgver=2.2.4 +pkgver=2.3.0 pkgrel=0 pkgdesc="A translator library for raster and vector geospatial data formats" url="http://gdal.org" @@ -67,10 +67,9 @@ check() { apps/gdal-config --version | grep "$pkgver" # confirms MBTiles support - apps/gdal_translate --formats | grep "MBTiles -raster- (rw+v)" + apps/gdal_translate --formats | grep "MBTiles -raster,vector- (rw+v): MBTiles" # confirms PostgreSQL/PostGIS support apps/ogr2ogr --formats | grep "PostgreSQL -vector- (rw+): PostgreSQL/PostGIS" } - -sha512sums="3a857d47e66f879146981f36ae658a27eac771accb60fb8eaf243d7c06a053f484f6a0992e47b206a757faab4df4edba222e24604168299189b80a23a46b32b6 gdal-2.2.4.tar.xz" +sha512sums="7eb5abd9e61fca2ac8c7022029b2492b98f56873ffd277e15ced23d3742e26fd29eb5f8ed7c916b096c3caeed9efc03d0c022390fa0bf762d0c6cb5c04e70ec7 gdal-2.3.0.tar.xz" -- 2.15.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---