mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
[mp-units] Update repo and Description (#42123)
Co-authored-by: Jon <v-zhli17@microsoft.com>
This commit is contained in:
parent
2cb4f3ebd9
commit
21bd538cbc
@ -4,7 +4,7 @@ endif()
|
|||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO mpusz/units
|
REPO mpusz/mp-units
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 7e3a897a0df438d43dc860febe813f84b671caa26195cea1e8df75769d418d5456852200b8f546107c97214e88e77015e044a95d0c45d4c19341288136e11fbc
|
SHA512 7e3a897a0df438d43dc860febe813f84b671caa26195cea1e8df75769d418d5456852200b8f546107c97214e88e77015e044a95d0c45d4c19341288136e11fbc
|
||||||
PATCHES
|
PATCHES
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "mp-units",
|
"name": "mp-units",
|
||||||
"version": "2.4.0",
|
"version": "2.4.0",
|
||||||
"description": "mp-units - A Units Library for C++",
|
"port-version": 1,
|
||||||
"homepage": "https://github.com/mpusz/units",
|
"description": "The quantities and units library for C++",
|
||||||
|
"homepage": "https://mpusz.github.io/mp-units",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"fmt",
|
"fmt",
|
||||||
|
@ -6062,7 +6062,7 @@
|
|||||||
},
|
},
|
||||||
"mp-units": {
|
"mp-units": {
|
||||||
"baseline": "2.4.0",
|
"baseline": "2.4.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"mp3lame": {
|
"mp3lame": {
|
||||||
"baseline": "3.100",
|
"baseline": "3.100",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "9aa4f0f45b84c4c3a857591a4db1e18a765e7e1b",
|
||||||
|
"version": "2.4.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "ed700870ad652bca5a8845bd0bafed4e18e11ff2",
|
"git-tree": "ed700870ad652bca5a8845bd0bafed4e18e11ff2",
|
||||||
"version": "2.4.0",
|
"version": "2.4.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user