mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:58:59 +08:00
[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:
parent
d429e39674
commit
5bc95c95f3
@ -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
|
||||
)
|
||||
|
||||
|
@ -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",
|
||||
|
@ -4705,7 +4705,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"libopenmpt": {
|
||||
"baseline": "0.6.12",
|
||||
"baseline": "0.7.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"libopensp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "79775a42db4e2fc9059cd96568f2dda292ee46d0",
|
||||
"version": "0.7.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f46d9666ff500c3694970f2031cdf0583d3be2e4",
|
||||
"version": "0.6.12",
|
||||
|
Loading…
Reference in New Issue
Block a user