From 166de8998632a6615185feeedb48180c0e3b8a2d Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 2 Jan 2024 13:01:21 +0100 Subject: [PATCH] Update mxml Signed-off-by: falkTX --- bootstrap-plugins.sh | 2 +- setup/versions.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap-plugins.sh b/bootstrap-plugins.sh index d70ebed..cffddd8 100755 --- a/bootstrap-plugins.sh +++ b/bootstrap-plugins.sh @@ -574,7 +574,7 @@ fi # PAWPAW_SKIP_FLUIDSYNTH # --------------------------------------------------------------------------------------------------------------------- # mxml -git_clone mxml "${MXML_VERSION}" "${MXML_URL}" +download mxml "${MXML_VERSION}" "${MXML_URL}" build_autoconf mxml "${MXML_VERSION}" # --------------------------------------------------------------------------------------------------------------------- diff --git a/setup/versions.sh b/setup/versions.sh index 98b7b49..3cfc637 100644 --- a/setup/versions.sh +++ b/setup/versions.sh @@ -116,8 +116,8 @@ MOD_SDK_URL=https://github.com/moddevices/mod-lv2-extensions.git FLUIDSYNTH_VERSION=f65c6ba25fb2c7e37c89fc6a4afc5aa645e208c2 # 1.1.11 FLUIDSYNTH_URL=https://github.com/FluidSynth/fluidsynth.git -MXML_VERSION=38b044ed8ca2a611ed9ed3e26c4b46416335194e # 3.2 -MXML_URL=https://github.com/michaelrsweet/mxml.git +MXML_VERSION=3.3.1 +MXML_URL=https://github.com/michaelrsweet/mxml/releases/download/v${MXML_VERSION} CARLA_VERSION=658b5e30c6457fe9ef9a839e06a49912bb4feee2 # 2.5.1~ CARLA_URL=https://github.com/falkTX/Carla.git