Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/geos/CONTROL
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions ports/geos/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@
"port-version": 0
},
"geos": {
"baseline": "3.9.0",
"baseline": "3.9.1",
"port-version": 0
},
"geotrans": {
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/geos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "97c3e5f08174b7f7b4634064f4f2ae6da4351e97",
"version-string": "3.9.1",
"port-version": 0
},
{
"git-tree": "6f0db53a1f1de01b660fe82145abc3f1208f7fc4",
"version-string": "3.9.0",
Expand Down