diff options
| author | Be <be@mixxx.org> | 2021-08-10 00:58:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-10 00:58:05 -0700 |
| commit | 3a37cc46f67334817a36cdf122dcbb58b1b1acea (patch) | |
| tree | c3672193759be2b10cb307784c24bada0a197a9a /ports | |
| parent | 32f6448a9ea511ab33d02571917b9dd3cae578e2 (diff) | |
| download | vcpkg-3a37cc46f67334817a36cdf122dcbb58b1b1acea.tar.gz vcpkg-3a37cc46f67334817a36cdf122dcbb58b1b1acea.zip | |
[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.
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/portsmf/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/portsmf/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/portsmf/portfile.cmake b/ports/portsmf/portfile.cmake index f16dd9eed..158094ee7 100644 --- a/ports/portsmf/portfile.cmake +++ b/ports/portsmf/portfile.cmake @@ -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 ) diff --git a/ports/portsmf/vcpkg.json b/ports/portsmf/vcpkg.json index 3da8c402d..c97b7711d 100644 --- a/ports/portsmf/vcpkg.json +++ b/ports/portsmf/vcpkg.json @@ -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", |
