diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 10:47:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:16 +0000 |
commit | 38edcff0dade09007b14970fdc84660578cc688a (patch) | |
tree | abf55d149209349179e020a5bc5b3d6b27209a98 /testing/gdal | |
parent | 654e952b2b73a905e238e4162b2c3317b846d753 (diff) | |
download | aports-38edcff0dade09007b14970fdc84660578cc688a.tar.bz2 aports-38edcff0dade09007b14970fdc84660578cc688a.tar.xz |
testing/gdal: rebuild against openssl 1.1
Diffstat (limited to 'testing/gdal')
-rw-r--r-- | testing/gdal/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gdal/APKBUILD b/testing/gdal/APKBUILD index c14cd68faf..a17094b2c7 100644 --- a/testing/gdal/APKBUILD +++ b/testing/gdal/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Trevor R.H. Clarke <trevor@notcows.com> pkgname=gdal pkgver=2.3.2 -pkgrel=0 +pkgrel=1 pkgdesc="A translator library for raster and vector geospatial data formats" url="http://gdal.org" arch="all" |