summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-03-13 21:43:08 -0400
committerAndrew Sun2020-03-13 21:43:08 -0400
commitec20303c4b12a1b497139dcdd2778f49bafde675 (patch)
tree44d0c6d7e0796553a71d1f97a76717fc14591ba0
parent086f47e54f3b42c458544f03c8a3984ec9be0fdb (diff)
downloadaur-ec20303c4b12a1b497139dcdd2778f49bafde675.tar.gz
3.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0246e6302bb5..2cb4dcaeda34 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.8.0
+ pkgver = 3.8.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.8.0.tar.bz2
- sha256sums = 99114c3dc95df31757f44d2afde73e61b9f742f0b683fd1894cbbee05dda62d5
+ source = https://download.osgeo.org/geos/geos-3.8.1.tar.bz2
+ sha256sums = 4258af4308deb9dbb5047379026b4cd9838513627cb943a44e16c40e42ae17f7
pkgname = mingw-w64-geos
diff --git a/PKGBUILD b/PKGBUILD
index 4ff6686d1d97..c8049430b1b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701 at gmail dot com>
pkgname=mingw-w64-geos
-pkgver=3.8.0
+pkgver=3.8.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=('99114c3dc95df31757f44d2afde73e61b9f742f0b683fd1894cbbee05dda62d5')
+sha256sums=('4258af4308deb9dbb5047379026b4cd9838513627cb943a44e16c40e42ae17f7')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"