Skip to content

Commit

Permalink
[pdal] Update to 2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WangWeiLin-MV committed Feb 13, 2025
1 parent 344525f commit bf5ad81
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ports/pdal-dimbuilder/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vcpkg_from_github(
#[[
Attention: pdal must be updated together with pdal-dimbuilder
#]]
SHA512 7296fc73521bb3c01ea515a565f2b54402e08c147dd2d51ea09d611c59e502700b561f7495cb8cb36bf0b59b88dc3ed08ed068991bd739c16265a36e8c95b613
SHA512 16350288122aae0c6f59bf91d1ee631b85e9653d76b706d27427706484fefbbe5f7fa3bc3ec1f1fda0fd37fb6cb0388d3ed712db614c22aff5dcd66b4998ff1e
HEAD_REF master
PATCHES
namespace-nl.diff
Expand Down
2 changes: 1 addition & 1 deletion ports/pdal-dimbuilder/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdal-dimbuilder",
"version": "2.8.3",
"version": "2.8.4",
"description": "A tool used by the PDAL build process",
"homepage": "https://pdal.io/",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion ports/pdal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vcpkg_from_github(
#[[
Attention: pdal-dimbuilder must be updated together with pdal
#]]
SHA512 7296fc73521bb3c01ea515a565f2b54402e08c147dd2d51ea09d611c59e502700b561f7495cb8cb36bf0b59b88dc3ed08ed068991bd739c16265a36e8c95b613
SHA512 16350288122aae0c6f59bf91d1ee631b85e9653d76b706d27427706484fefbbe5f7fa3bc3ec1f1fda0fd37fb6cb0388d3ed712db614c22aff5dcd66b4998ff1e
HEAD_REF master
PATCHES
dependencies.diff
Expand Down
2 changes: 1 addition & 1 deletion ports/pdal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdal",
"version": "2.8.3",
"version": "2.8.4",
"description": "PDAL - Point Data Abstraction Library is a library for manipulating point cloud data.",
"homepage": "https://pdal.io/",
"license": null,
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6985,15 +6985,15 @@
"port-version": 0
},
"pdal": {
"baseline": "2.8.3",
"baseline": "2.8.4",
"port-version": 0
},
"pdal-c": {
"baseline": "2.2.0",
"port-version": 0
},
"pdal-dimbuilder": {
"baseline": "2.8.3",
"baseline": "2.8.4",
"port-version": 0
},
"pdcurses": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pdal-dimbuilder.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "247fd325eb4de5174b888fd43fa6bc546e61f11c",
"version": "2.8.4",
"port-version": 0
},
{
"git-tree": "6dd659017978894ea856d827c3b691c92630b870",
"version": "2.8.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pdal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f80abfd246a963a2ab5b532f60f67f28de9cef65",
"version": "2.8.4",
"port-version": 0
},
{
"git-tree": "41927ca2826308f48a692ded77249ab2b50941e5",
"version": "2.8.3",
Expand Down

0 comments on commit bf5ad81

Please sign in to comment.