Skip to content

Commit

Permalink
deps/plugin: update juce
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepVanlier committed Feb 5, 2025
1 parent 1c4428f commit 99f8fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake.plugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ if(YSFX_PLUGIN_USE_SYSTEM_JUCE)
find_package(JUCE REQUIRED)
else()
FetchContent_Declare(juce
URL "https://github.com/juce-framework/JUCE/archive/refs/tags/8.0.1.tar.gz"
URL_HASH "SHA512=1602F440CA8C30A1F3A92344783859AA520956C1CD404B5E297B817FE75D2795660BB88DF2CC8C49A17FE336A04F798CDB31C6ACF16D7A441E3AA50B60071B1F")
URL "https://github.com/juce-framework/JUCE/archive/refs/tags/8.0.6.tar.gz"
URL_HASH "SHA512=EA9C44A72DB6DA4350CD12159876535F833BC46760B0CCC494C714E8577E4393A7F7BB1CC14147760C2579A2AEA7A55DE50D959D411A23A852B5136DA63A83BF")

FetchContent_GetProperties(juce)
if(NOT juce_POPULATED)
Expand Down

0 comments on commit 99f8fed

Please sign in to comment.