From 017f843de7303a5e68f2c95cd345cb7bbd39a77e Mon Sep 17 00:00:00 2001 From: Steve Russell <41975381+SteveRussell33@users.noreply.github.com> Date: Sat, 25 Feb 2023 15:17:58 +0000 Subject: [PATCH 1/2] [makefile] Update Vult header URL Using the v2 branch as this is the current version of VCV Rack --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index af8cc9d..18383b1 100644 --- a/Makefile +++ b/Makefile @@ -203,8 +203,8 @@ SOURCES += src/VultEngine.cpp vult := dep/vult/vultc.h $(vult): cd dep && mkdir -p vult - cd dep/vult && $(WGET) "https://github.com/vult-dsp/vult/releases/download/v0.4.12/vultc.h" - $(SHA256) $(vult) 3e80f6d30defe7df2804568f0314dbb33e6bf69d53d18a804c8b8132cf5ad146 + cd dep/vult && $(WGET) "https://github.com/vult-dsp/vult/releases/download/v0.4.14/vultc.h" + $(SHA256) $(vult) cf12bbb57feafc29fba6e6567d6c93e743e1aa761a56670f4049c920a02fc56a FLAGS += -Idep/vult DEPS += $(vult) endif From 7e79676c70d952ef3ae4b68aa1aa0e5ca05eeff2 Mon Sep 17 00:00:00 2001 From: Steve Russell <41975381+SteveRussell33@users.noreply.github.com> Date: Sat, 25 Feb 2023 23:10:04 +0000 Subject: [PATCH 2/2] Update Vult to v0.4.15 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 18383b1..c8803d4 100644 --- a/Makefile +++ b/Makefile @@ -203,8 +203,8 @@ SOURCES += src/VultEngine.cpp vult := dep/vult/vultc.h $(vult): cd dep && mkdir -p vult - cd dep/vult && $(WGET) "https://github.com/vult-dsp/vult/releases/download/v0.4.14/vultc.h" - $(SHA256) $(vult) cf12bbb57feafc29fba6e6567d6c93e743e1aa761a56670f4049c920a02fc56a + cd dep/vult && $(WGET) "https://github.com/vult-dsp/vult/releases/download/v0.4.15/vultc.h" + $(SHA256) $(vult) 5c5e6c7c92caacc10dacd8e4dd5e8134b520e630562e1f928ab1332218266638 FLAGS += -Idep/vult DEPS += $(vult) endif