mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:59:00 +08:00
[juce] update to 7.0.11 (#37817)
This commit is contained in:
parent
e67bf6361d
commit
37154f99ea
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO juce-framework/JUCE
|
||||
REF "${VERSION}"
|
||||
SHA512 cb43a81b7644a1b6c4a63018195ec6dffe87caa97f3fbefc5ce8db144160cb5d22dc6b4fec360568fbf320cbc42b3a4e949a8a55dd498d92e911aedba59225d0
|
||||
SHA512 9f29fa0bb8d6246770a28c6aa537dba213fcc2f38a6fac2765a482e509a1e0956d7a1c465202bfa1f558e12947a13ed2e15c7becce1c269260e1bde4c152713d
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
"0001-build-allow-setting-JUCE_PLUGINHOST_LADSPA.patch"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||
"name": "juce",
|
||||
"version": "7.0.10",
|
||||
"version": "7.0.11",
|
||||
"description": "Open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, AAX and LV2 audio plug-ins and plug-in hosts",
|
||||
"homepage": "https://juce.com",
|
||||
"license": null,
|
||||
|
@ -3777,7 +3777,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"juce": {
|
||||
"baseline": "7.0.10",
|
||||
"baseline": "7.0.11",
|
||||
"port-version": 0
|
||||
},
|
||||
"jwt-cpp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0b701d5c9d8e584f52b490b1cdbba86f95e062c4",
|
||||
"version": "7.0.11",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b41680278522df797f15ed072b079a26aeae6052",
|
||||
"version": "7.0.10",
|
||||
|
Loading…
Reference in New Issue
Block a user