Skip to content

Commit

Permalink
[mapbox-geojson-vt-cpp] Update to 6.6.5 (#21384)
Browse files Browse the repository at this point in the history
* Update mapbox-geojson-vt-cpp to 6.6.5

* Update CI baseline

Co-authored-by: chausner <[email protected]>
  • Loading branch information
chausner and chausner authored Nov 17, 2021
1 parent c093bbe commit 656cd8c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ports/mapbox-geojson-vt-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mapbox/geojson-vt-cpp
REF v6.6.4
SHA512 8a78159112be3e6a1a477fbb92e7bd9645b0b174ab6db7ef72557e154d53c3a9fb818d62b6f0d0a5b8b8a9839132c523fb44efa038388d4cd2b46c5bea60d2da
REF v6.6.5
SHA512 4989522c19f35ba13096958ad1041ec09745020955fad99ee02116393885a9d0a835911a42167a76d5efb2a5dd167077bcd451c9a77444f2eaa26893a1bff062
HEAD_REF master
)

# Copy header files
file(COPY ${SOURCE_PATH}/include/mapbox/ DESTINATION ${CURRENT_PACKAGES_DIR}/include/mapbox FILES_MATCHING PATTERN "*.hpp")
file(COPY "${SOURCE_PATH}/include/mapbox/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/mapbox" FILES_MATCHING PATTERN "*.hpp")

# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
2 changes: 1 addition & 1 deletion ports/mapbox-geojson-vt-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapbox-geojson-vt-cpp",
"version-semver": "6.6.4",
"version-semver": "6.6.5",
"description": "Port to C++ of JS GeoJSON-VT for slicing GeoJSON into vector tiles on the fly",
"homepage": "https://github.com/mapbox/geojson-vt-cpp",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4225,7 +4225,7 @@
"port-version": 1
},
"mapbox-geojson-vt-cpp": {
"baseline": "6.6.4",
"baseline": "6.6.5",
"port-version": 0
},
"mapbox-geometry": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mapbox-geojson-vt-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "93dae1428f22ec1cbd1ad8fa45427a78528a96be",
"version-semver": "6.6.5",
"port-version": 0
},
{
"git-tree": "61a9b2210212dbddceb433d2f61baa1da834ca8c",
"version-semver": "6.6.4",
Expand Down

0 comments on commit 656cd8c

Please sign in to comment.