aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorMatthias Kuhn <matthias@opengis.ch>2021-03-10 20:14:36 +0100
committerGitHub <noreply@github.com>2021-03-10 13:14:36 -0600
commit37a8f411636714b2752d756570070a67c2ad8518 (patch)
treec5a9bbdf59132f9cca8ea299642eed0bef512d73 /ports
parent860c3c36b4ca198c11a4b4077ea82a1096616454 (diff)
downloadvcpkg-37a8f411636714b2752d756570070a67c2ad8518.tar.gz
vcpkg-37a8f411636714b2752d756570070a67c2ad8518.zip
[geos] Bump to 3.9.1 (#16572)
Diffstat (limited to 'ports')
-rw-r--r--ports/geos/CONTROL2
-rw-r--r--ports/geos/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/geos/CONTROL b/ports/geos/CONTROL
index e756882df..c3ed21e0f 100644
--- a/ports/geos/CONTROL
+++ b/ports/geos/CONTROL
@@ -1,4 +1,4 @@
Source: geos
-Version: 3.9.0
+Version: 3.9.1
Homepage: https://www.osgeo.org/projects/geos/
Description: Geometry Engine Open Source
diff --git a/ports/geos/portfile.cmake b/ports/geos/portfile.cmake
index beecfd429..f5b9c21ac 100644
--- a/ports/geos/portfile.cmake
+++ b/ports/geos/portfile.cmake
@@ -1,9 +1,9 @@
-set(GEOS_VERSION 3.9.0)
+set(GEOS_VERSION 3.9.1)
vcpkg_download_distfile(ARCHIVE
URLS "http://download.osgeo.org/geos/geos-${GEOS_VERSION}.tar.bz2"
FILENAME "geos-${GEOS_VERSION}.tar.bz2"
- SHA512 1081f2aa20e671450953f7bb53b17c703804a1c9f4987c9da0987ff24339af5811b2c8b79c8e438d04ca38e4d06164dc5a4206f266f7efc19af3f9d9ea8f71f8
+ SHA512 7ea131685cd110ec5e0cb7c214b52b75397371e75f011e1410b6770b6a48ca492a02337d86a7be35c852ef94604fe9d6f49634c79d4946df611aaa4f5cbaee28
)
vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH