Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[utfcpp] Bump to 4.0.6 #42873

Merged
merged 5 commits into from
Dec 30, 2024
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: 2 additions & 0 deletions ports/g2o/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "g2o",
"version-date": "2024-12-14",
"port-version": 1,
"description": "g2o: A General Framework for Graph Optimization",
"homepage": "https://openslam.org/g2o.html",
"dependencies": [
"ceres",
"eigen3",
"lapack",
"spdlog",
"suitesparse",
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion ports/utfcpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nemtrif/utfcpp
REF "v${VERSION}"
SHA512 49ca33bfb2ee44515f555184b51191f7b706a228fb84ddc62e1e6b59c7d69a5ff836f38694daad0012a0f651b6199451974fe44ebe80081df00cf8c2759e3249
SHA512 53c59f2e04fe5d36faf98a238b94f774834a34982d481a8170ee144f7f8c2d4ba249a732d90654922944c1075c578690c327091883398c533d604bf49f4a6ecf
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/utfcpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "utfcpp",
"version": "4.0.5",
"version": "4.0.6",
"description": "UTF-8 with C++ in a Portable Way",
"homepage": "https://github.com/nemtrif/utfcpp",
"license": "BSL-1.0",
Expand Down
12 changes: 6 additions & 6 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2986,7 +2986,7 @@
},
"g2o": {
"baseline": "2024-12-14",
"port-version": 0
"port-version": 1
},
"g3log": {
"baseline": "2.4",
Expand Down Expand Up @@ -6580,10 +6580,6 @@
"baseline": "1.5.1",
"port-version": 1
},
"orange-math": {
"baseline": "1.0.1",
"port-version": 0
},
"omniorb": {
"baseline": "4.3.0",
"port-version": 3
Expand Down Expand Up @@ -6824,6 +6820,10 @@
"baseline": "0.12+20221121",
"port-version": 1
},
"orange-math": {
"baseline": "1.0.1",
"port-version": 0
},
"orc": {
"baseline": "2.0.0",
"port-version": 0
Expand Down Expand Up @@ -9293,7 +9293,7 @@
"port-version": 0
},
"utfcpp": {
"baseline": "4.0.5",
"baseline": "4.0.6",
"port-version": 0
},
"utfz": {
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/g2o.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a4cbc27e6ebb4c53963c9cff2b686ea4dc12e4d3",
"version-date": "2024-12-14",
"port-version": 1
},
{
"git-tree": "e3c374b6033493e361f78bd082cbbaea6d5790a8",
"version-date": "2024-12-14",
Expand Down
5 changes: 5 additions & 0 deletions versions/u-/utfcpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f73420a80f760312a45c40fce2b350009991c674",
"version": "4.0.6",
"port-version": 0
},
{
"git-tree": "4aa82d07c18c1a5b1ec311a0a23fddc81b162b5a",
"version": "4.0.5",
Expand Down
Loading