From e57f66f96eb1e1ebef7bd81383b306884f33f182 Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Mon, 21 Feb 2022 09:09:22 +0100 Subject: [PATCH] config: Fix outdated download_root_link which broke all binary download URLs Fixes #709 --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 9cd2110f7..0c93f9971 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,7 @@ parallel_localization: true a_rootpage: "https://jamulus.io" # Jamulus release binary links -download_root_link: "https://github.com/jamulussoftware/jamulus/releases/download/r3_8_1/" +download_root_link: "https://github.com/jamulussoftware/jamulus/releases/download/r3_8_2/" download_file_names: deb-gui: "jamulus_3.8.2_ubuntu_amd64.deb" deb-headless: "jamulus_headless_3.8.2_ubuntu_amd64.deb"