[libosmium] Update to 2.18.0 (#26324)

* [libosmium] Update to 2.18.0

* [libosmium] Updating the version files

* [libosmium] Added lz4 dependency

* [libosmium] Overwrote git-tree for fixed version
This commit is contained in:
Rasmus-123 2022-08-15 19:48:44 +02:00 committed by GitHub
parent 6943024ae1
commit e4f8bbe3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 6 deletions

View File

@ -2,8 +2,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO osmcode/libosmium REPO osmcode/libosmium
REF v2.17.1 REF v2.18.0
SHA512 08d1eb272b82364118b97213310e5d62fdbb071cfad74989bdc5bb25f9e14b067d53016d19bfed3972d3385343fc74edf86407860be83c59e74902cd1f26bb33 SHA512 bfe4d5b08e284abb21280205437c62d260948c8585cc8d10f0c3496fd29df1ff6c6bc436283207f292d6a8af911835ebef64403c3fde2a262b55fde5296c13ce
) )
set(BOOST_ROOT "${CURRENT_INSTALLED_DIR}") set(BOOST_ROOT "${CURRENT_INSTALLED_DIR}")

View File

@ -1,7 +1,6 @@
{ {
"name": "libosmium", "name": "libosmium",
"version-semver": "2.17.1", "version-semver": "2.18.0",
"port-version": 1,
"description": "A fast and flexible C++ library for working with OpenStreetMap data", "description": "A fast and flexible C++ library for working with OpenStreetMap data",
"homepage": "https://osmcode.org/libosmium/", "homepage": "https://osmcode.org/libosmium/",
"license": "BSL-1.0", "license": "BSL-1.0",
@ -9,6 +8,7 @@
"boost", "boost",
"bzip2", "bzip2",
"expat", "expat",
"lz4",
"proj", "proj",
"protozero", "protozero",
"utfcpp", "utfcpp",

View File

@ -3941,8 +3941,8 @@
"port-version": 2 "port-version": 2
}, },
"libosmium": { "libosmium": {
"baseline": "2.17.1", "baseline": "2.18.0",
"port-version": 1 "port-version": 0
}, },
"libosmscout": { "libosmscout": {
"baseline": "1.1.1", "baseline": "1.1.1",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "2336c0db38fce27c033ff77a649645a1eb508e33",
"version-semver": "2.18.0",
"port-version": 0
},
{ {
"git-tree": "9e9ae3d97e11dfebbba6d839add7886b4bede3b1", "git-tree": "9e9ae3d97e11dfebbba6d839add7886b4bede3b1",
"version-semver": "2.17.1", "version-semver": "2.17.1",