mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:06:36 +08:00
[mp-units] update to v2.1.1 (#38791)
Current version v2.1.0 cannot be compiled with gcc14, this minor version fixes that https://github.com/mpusz/mp-units/issues/575 - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] The "supports" clause reflects platforms that may be fixed by this new version. - [ ] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [ ] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file.
This commit is contained in:
parent
f494dbbaf1
commit
9b9c16fa53
@ -6,7 +6,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO mpusz/units
|
||||
REF "v${VERSION}"
|
||||
SHA512 d23589ba6e5e18e3477a9bab9fe25cffed5e8777862b4811e4335e294f86d129a48c7e001d57cec0739ddd1f0a936e42d06f2b4782b1bd8b8bb15f86f8d32d53
|
||||
SHA512 5e01cc4ee6cbbaf81f02c9268dfa8f0ca348925a85f84704f06405874edb478437837900e6fbe882aba9e9040235310d82b6420fd81b39eb1cc8d38570e48613
|
||||
PATCHES
|
||||
config.patch
|
||||
)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mp-units",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "mp-units - A Units Library for C++",
|
||||
"homepage": "https://github.com/mpusz/units",
|
||||
"license": "MIT",
|
||||
|
@ -5861,7 +5861,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"mp-units": {
|
||||
"baseline": "2.1.0",
|
||||
"baseline": "2.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"mp3lame": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cd01504fde793a9f37f3dcd16963ede0d1acae99",
|
||||
"version": "2.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "8ecbe0c671bd440c941d9c88fb326743a5584f00",
|
||||
"version": "2.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user