mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 06:09:00 +08:00
[libdjinterop] Update to version 0.20.3 (#38298)
- [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. - [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
6a391a116b
commit
518940b8e3
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO xsco/libdjinterop
|
||||
REF "${VERSION}"
|
||||
SHA512 591cbf8102e16b11337ec25ad90ef035bf65dbbd18591802d959044874f36bb61bce3d5db974b00ecee14b45c7ea2488542b226d823d9087c92a0b452d804ff3
|
||||
SHA512 f470ff83aaa0afcf2262bca7683cd9ee07b50877f67cb655f1ee1cdef183d7f7c9aeba9e94b6291bc9119485ee16a7f41f84a895d6422a7c672028461abe728b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libdjinterop",
|
||||
"version": "0.20.2",
|
||||
"version": "0.20.3",
|
||||
"description": "C++ library for access to DJ record libraries. Currently only supports Denon Engine Prime databases",
|
||||
"homepage": "https://github.com/xsco/libdjinterop",
|
||||
"license": "LGPL-3.0-or-later",
|
||||
|
@ -4301,7 +4301,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"libdjinterop": {
|
||||
"baseline": "0.20.2",
|
||||
"baseline": "0.20.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"libdmx": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "51bf8341270436bf73d01f98a72df0204ddbfeff",
|
||||
"version": "0.20.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "252ec8543037090e737d713c9f101a2f70af3c9c",
|
||||
"version": "0.20.2",
|
||||
|
Loading…
Reference in New Issue
Block a user