[libdjinterop] Update to 0.22.1 (#41251)

This commit is contained in:
JoergAtGithub 2024-09-30 17:45:02 +02:00 committed by GitHub
parent 28338abd5c
commit f4f64b4efa
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 OUT_SOURCE_PATH SOURCE_PATH
REPO xsco/libdjinterop REPO xsco/libdjinterop
REF "${VERSION}" REF "${VERSION}"
SHA512 c2784ffc6b0ddc9ad92a227621bb00cd1c88aa8f8abe82401774102f9be16dfbe9f0745523d517594faecba60b650a53613c7867afe57e6bcd8a2cc6288dd9ff SHA512 1c35d8609342f133cf002d1908d5746c411a9d5e74b42a7ec045545f07a3f4b8a89ce9a95d2fc17edd8970facafbee1b6d8a9283fcd8c74c9cb96ff61f15d47d
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "libdjinterop", "name": "libdjinterop",
"version": "0.21.0", "version": "0.22.1",
"description": "C++ library for access to DJ record libraries. Currently only supports Denon Engine Prime databases", "description": "C++ library for access to DJ record libraries. Currently only supports Denon Engine Prime databases",
"homepage": "https://github.com/xsco/libdjinterop", "homepage": "https://github.com/xsco/libdjinterop",
"license": "LGPL-3.0-or-later", "license": "LGPL-3.0-or-later",

View File

@ -4417,7 +4417,7 @@
"port-version": 0 "port-version": 0
}, },
"libdjinterop": { "libdjinterop": {
"baseline": "0.21.0", "baseline": "0.22.1",
"port-version": 0 "port-version": 0
}, },
"libdmx": { "libdmx": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "fda458a81fa4a8520df2baf8dcf5211f60669707",
"version": "0.22.1",
"port-version": 0
},
{ {
"git-tree": "c643a7969afe7b095d0c6e779adbe14b09ad39d0", "git-tree": "c643a7969afe7b095d0c6e779adbe14b09ad39d0",
"version": "0.21.0", "version": "0.21.0",