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

[mp-units] Update repo and Description #42123

Merged
merged 2 commits into from
Nov 14, 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: 1 addition & 1 deletion ports/mp-units/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ endif()

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mpusz/units
REPO mpusz/mp-units
REF "v${VERSION}"
SHA512 7e3a897a0df438d43dc860febe813f84b671caa26195cea1e8df75769d418d5456852200b8f546107c97214e88e77015e044a95d0c45d4c19341288136e11fbc
PATCHES
Expand Down
5 changes: 3 additions & 2 deletions ports/mp-units/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "mp-units",
"version": "2.4.0",
"description": "mp-units - A Units Library for C++",
"homepage": "https://github.com/mpusz/units",
"port-version": 1,
"description": "The quantities and units library for C++",
"homepage": "https://mpusz.github.io/mp-units",
"license": "MIT",
"dependencies": [
"fmt",
Expand Down
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5665,8 +5665,8 @@
"port-version": 1
},
"luau": {
"baseline": "0.651",
"port-version": 0
"baseline": "0.651",
"port-version": 0
},
"luminoengine": {
"baseline": "0.10.1",
Expand Down Expand Up @@ -6062,7 +6062,7 @@
},
"mp-units": {
"baseline": "2.4.0",
"port-version": 0
"port-version": 1
},
"mp3lame": {
"baseline": "3.100",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mp-units.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9aa4f0f45b84c4c3a857591a4db1e18a765e7e1b",
"version": "2.4.0",
"port-version": 1
},
{
"git-tree": "ed700870ad652bca5a8845bd0bafed4e18e11ff2",
"version": "2.4.0",
Expand Down