diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-09-17 17:20:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-17 08:20:57 -0700 |
| commit | 66dc12b3fa1863bf60afe75f2cfdd41298e52ee5 (patch) | |
| tree | 97c854b2bc6e784a5f41def106f9c336ebb14490 /ports/portmidi | |
| parent | 8a943f71ffb6d99ac8800b71172d4eff2d0c6df4 (diff) | |
| download | vcpkg-66dc12b3fa1863bf60afe75f2cfdd41298e52ee5.tar.gz vcpkg-66dc12b3fa1863bf60afe75f2cfdd41298e52ee5.zip | |
many-ports: Update supports field (#20053)
* many-ports: Update supports field
* Fix several "version-string"s.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/portmidi')
| -rw-r--r-- | ports/portmidi/vcpkg.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/portmidi/vcpkg.json b/ports/portmidi/vcpkg.json index 4486f5bfe..91d162c4f 100644 --- a/ports/portmidi/vcpkg.json +++ b/ports/portmidi/vcpkg.json @@ -1,10 +1,10 @@ { "name": "portmidi", - "version-string": "0.234", - "port-version": 2, + "version": "0.234", + "port-version": 3, "description": "Free, cross-platform, open-source I/O library for MIDI", "homepage": "https://sourceforge.net/projects/portmedia/", - "supports": "!(uwp | arm)", + "supports": "!uwp & !linux", "dependencies": [ { "name": "vcpkg-cmake", |
