mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 13:40:47 +08:00
[juce] update to 7.0.10 (#36804)
- [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 "supports" clause reflects platforms that may be fixed by this new version. - [x] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [x] 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
50e31cc20e
commit
13bde2ff13
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO juce-framework/JUCE
|
||||
REF "${VERSION}"
|
||||
SHA512 e8519ca4ee55f126e14d7c927e2f36e7c30117a34da84f2b4e730afcea4a864b07455ad3f89d751fa47c8c155548b0c3150a667f1a9d199e582eadd146b6c697
|
||||
SHA512 cb43a81b7644a1b6c4a63018195ec6dffe87caa97f3fbefc5ce8db144160cb5d22dc6b4fec360568fbf320cbc42b3a4e949a8a55dd498d92e911aedba59225d0
|
||||
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.9",
|
||||
"version": "7.0.10",
|
||||
"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,
|
||||
|
@ -3749,7 +3749,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"juce": {
|
||||
"baseline": "7.0.9",
|
||||
"baseline": "7.0.10",
|
||||
"port-version": 0
|
||||
},
|
||||
"jwt-cpp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b41680278522df797f15ed072b079a26aeae6052",
|
||||
"version": "7.0.10",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "884ac8253be9804c493b3dfc00a792570797716d",
|
||||
"version": "7.0.9",
|
||||
|
Loading…
x
Reference in New Issue
Block a user