[libopenmpt] update to 0.7.4 (#37220)

- [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:
Jia Yue Hua 2024-03-08 14:35:07 +08:00 committed by GitHub
parent d429e39674
commit 5bc95c95f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO OpenMPT/openmpt
REF "libopenmpt-${VERSION}"
SHA512 ff89a4bf9b1831a5ca1241bddbeff30a16bb32132165e73fb51f6ad43450c23ed236a1ad26e99f1e4af4a65cb58c8ca6140e09b7ac7cd57771526dec160d851b
SHA512 00c6f4984a3cbf28ce83442e4ddee7fdf4ec82468813bc4b79fef7f722cd930c11e01f30ffe3bb70763494846d97a09163d772ad9c7963ed425440ad93ffc77b
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "libopenmpt",
"version": "0.6.12",
"version": "0.7.4",
"description": "A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream.",
"homepage": "https://openmpt.org/",
"license": "BSD-3-Clause",

View File

@ -4705,7 +4705,7 @@
"port-version": 1
},
"libopenmpt": {
"baseline": "0.6.12",
"baseline": "0.7.4",
"port-version": 0
},
"libopensp": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "79775a42db4e2fc9059cd96568f2dda292ee46d0",
"version": "0.7.4",
"port-version": 0
},
{
"git-tree": "f46d9666ff500c3694970f2031cdf0583d3be2e4",
"version": "0.6.12",