mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
[geos] Bump to 3.9.1 (#16572)
This commit is contained in:
parent
860c3c36b4
commit
37a8f41163
@ -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
|
||||
|
@ -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
|
||||
|
@ -2153,7 +2153,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"geos": {
|
||||
"baseline": "3.9.0",
|
||||
"baseline": "3.9.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"geotrans": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "97c3e5f08174b7f7b4634064f4f2ae6da4351e97",
|
||||
"version-string": "3.9.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "6f0db53a1f1de01b660fe82145abc3f1208f7fc4",
|
||||
"version-string": "3.9.0",
|
||||
|
Loading…
Reference in New Issue
Block a user