mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
[libmidi2] Update to v0.13 (#41477)
Co-authored-by: Andrew Mee <andrew@midi2.dev>
This commit is contained in:
parent
f7bb1ec303
commit
b22d2b7f5b
@ -3,7 +3,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO midi2-dev/AM_MIDI2.0Lib
|
||||
REF "v${VERSION}"
|
||||
SHA512 fb00fb1a00f0ce7f74ee807f8a5590f8628ee7cf6ecfc51a8a01c2be5aa2b1a0affc20e2360c3d07cf59c79875fd0d5af3dd7b52dac082a5d8f1d97a9436c0e0
|
||||
SHA512 f7d7449f97a1dcfac36664cfca19818658233ced2c8c8960304d3a64f42f900eed478e33b13f99c6b5ec9eadbc037e2809626b3d63a425785ed78c3e66ee1391
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libmidi2",
|
||||
"version": "0.12",
|
||||
"version": "0.13",
|
||||
"description": "General purpose Midi 2 library for bytestream conversions and midi-ci",
|
||||
"homepage": "https://github.com/midi2-dev/AM_MIDI2.0Lib",
|
||||
"license": "MIT",
|
||||
|
@ -4761,7 +4761,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"libmidi2": {
|
||||
"baseline": "0.12",
|
||||
"baseline": "0.13",
|
||||
"port-version": 0
|
||||
},
|
||||
"libmikmod": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ae144ad6fddd3abc7c9d268fb2f046ddb24eecd0",
|
||||
"version": "0.13",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "20dc9a588f1db52ab26be15c604e18107ad0fa7c",
|
||||
"version": "0.12",
|
||||
|
Loading…
Reference in New Issue
Block a user