mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[portsmf] update to 238 (#19423)
This fixes a missing #include <cstring> in one of the library's headers (allegro.h). Also the header files are installed to the lowercase "portsmf" directory to match the old build system.
This commit is contained in:
parent
32f6448a9e
commit
3a37cc46f6
@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_TARGET "UWP")
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO tenacityteam/portsmf
|
||||
REF 236
|
||||
SHA512 ede5ca770cab37822eebda7876c4fce7e786a11e15b3e173704863de97ea621b284439ebe7a14fdeadd0dc315f963c8da467ebbb7c246ebf80f5b120c35aa027
|
||||
REF 238
|
||||
SHA512 af619d1b0a656361af8f8b8b65d7f98047613ac8e9ea51354031629c1732ad02755f84d63ac7c4ed24cdf0ad3db46381061bf32d9afe29b7be3226dc814ef552
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "portsmf",
|
||||
"version": "0.236",
|
||||
"version": "0.238",
|
||||
"description": "Portsmf is 'Port Standard MIDI File', a cross-platform, C++ library for reading and writing Standard MIDI Files.",
|
||||
"homepage": "https://github.com/tenacityteam/portsmf",
|
||||
"license": "MIT",
|
||||
|
@ -5041,7 +5041,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"portsmf": {
|
||||
"baseline": "0.236",
|
||||
"baseline": "0.238",
|
||||
"port-version": 0
|
||||
},
|
||||
"ppconsul": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6edc5e2a3d90cd44a65b5d0f28207b5eb3c2dec5",
|
||||
"version": "0.238",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "4d9de0a9782866958a9aafdfa6cde176c0867dfc",
|
||||
"version": "0.236",
|
||||
|
Loading…
x
Reference in New Issue
Block a user