summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-06-08 20:35:44 +0200
committerMichel Zou2023-06-08 20:35:44 +0200
commite0dd3eba091717c969a3b42588bd1fce4d483beb (patch)
tree0964b4c883bb6796472fec5e4971091d2024aaaf
parent0658f7a9d92f700b29d62c11495c82fa603097cf (diff)
downloadaur-e0dd3eba091717c969a3b42588bd1fce4d483beb.tar.gz
3.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbdf77a44532..8bbd8928c600 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gdal
pkgdesc = A translator library for raster geospatial data formats (mingw-w64)
- pkgver = 3.5.1
+ pkgver = 3.7.0
pkgrel = 1
url = http://www.gdal.org/
arch = any
@@ -32,7 +32,7 @@ pkgbase = mingw-w64-gdal
options = !buildflags
options = !strip
options = staticlibs
- source = http://download.osgeo.org/gdal/3.5.1/gdal-3.5.1.tar.gz
- sha256sums = 7c4406ca010dc8632703a0a326f39e9db25d9f1f6ebaaeca64a963e3fac123d1
+ source = http://download.osgeo.org/gdal/3.7.0/gdal-3.7.0.tar.gz
+ sha256sums = 5a806d759f403a15bbbf8a14ecc6947071afc5ab91e5abaef0d11d1d2d16bf94
pkgname = mingw-w64-gdal
diff --git a/PKGBUILD b/PKGBUILD
index e83f54e1bab3..dfd2a2478b28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdal
-pkgver=3.5.1
+pkgver=3.7.0
pkgrel=1
pkgdesc="A translator library for raster geospatial data formats (mingw-w64)"
arch=('any')
@@ -9,7 +9,7 @@ depends=('mingw-w64-curl' 'mingw-w64-hdf5' 'mingw-w64-netcdf' 'mingw-w64-libgeot
makedepends=('perl' 'mingw-w64-cmake' 'mingw-w64-wine' 'protobuf')
options=('!buildflags' '!strip' 'staticlibs')
source=("http://download.osgeo.org/gdal/${pkgver}/gdal-${pkgver}.tar.gz")
-sha256sums=('7c4406ca010dc8632703a0a326f39e9db25d9f1f6ebaaeca64a963e3fac123d1')
+sha256sums=('5a806d759f403a15bbbf8a14ecc6947071afc5ab91e5abaef0d11d1d2d16bf94')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"