Skip to content

Commit

Permalink
[juce] update to 7.0.10 (microsoft#36804)
Browse files Browse the repository at this point in the history
- [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.
  • Loading branch information
aminya committed Feb 17, 2024
1 parent 50e31cc commit 13bde2f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/juce/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ports/juce/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3749,7 +3749,7 @@
"port-version": 0
},
"juce": {
"baseline": "7.0.9",
"baseline": "7.0.10",
"port-version": 0
},
"jwt-cpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/j-/juce.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b41680278522df797f15ed072b079a26aeae6052",
"version": "7.0.10",
"port-version": 0
},
{
"git-tree": "884ac8253be9804c493b3dfc00a792570797716d",
"version": "7.0.9",
Expand Down

0 comments on commit 13bde2f

Please sign in to comment.