summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-03-27 08:30:03 -0400
committerAndrew Sun2021-03-27 08:30:03 -0400
commit2e0c18e7868101319c0054a500954ef9749c72f4 (patch)
treea98284b9c185ac115ffda6addf5b79a19caad62c
parentb8383f2e6d9a27a8230a78030b16b60c50ef423a (diff)
downloadaur-2e0c18e7868101319c0054a500954ef9749c72f4.tar.gz
3.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb3c2262a594..3e07004b9ad1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-geos
pkgdesc = C++ port of the Java Topology Suite (mingw-w64)
- pkgver = 3.9.0
+ pkgver = 3.9.1
pkgrel = 1
url = https://trac.osgeo.org/geos/
arch = any
@@ -11,8 +11,8 @@ pkgbase = mingw-w64-geos
options = !buildflags
options = !strip
options = staticlibs
- source = https://download.osgeo.org/geos/geos-3.9.0.tar.bz2
- sha256sums = bd8082cf12f45f27630193c78bdb5a3cba847b81e72b20268356c2a4fc065269
+ source = https://download.osgeo.org/geos/geos-3.9.1.tar.bz2
+ sha256sums = 7e630507dcac9dc07565d249a26f06a15c9f5b0c52dd29129a0e3d381d7e382a
pkgname = mingw-w64-geos
diff --git a/PKGBUILD b/PKGBUILD
index fc2d6cadad2b..9b9c17bf0b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Andrew Sun <adsun701 at gmail dot com>
pkgname=mingw-w64-geos
-pkgver=3.9.0
+pkgver=3.9.1
pkgrel=1
pkgdesc="C++ port of the Java Topology Suite (mingw-w64)"
arch=('any')
@@ -11,7 +11,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('!emptydirs' '!buildflags' '!strip' 'staticlibs')
source=("https://download.osgeo.org/geos/geos-${pkgver}.tar.bz2")
-sha256sums=('bd8082cf12f45f27630193c78bdb5a3cba847b81e72b20268356c2a4fc065269')
+sha256sums=('7e630507dcac9dc07565d249a26f06a15c9f5b0c52dd29129a0e3d381d7e382a')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"