From 71a06dc19496f7961e3dfdae91daa35fe1d7ab29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 1 May 2021 15:35:38 +0200 Subject: [PATCH] scummvm: Fix source download location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-games/scummvm/scummvm_2.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-games/scummvm/scummvm_2.2.0.bb b/recipes-games/scummvm/scummvm_2.2.0.bb index e08b2b2..834b20c 100644 --- a/recipes-games/scummvm/scummvm_2.2.0.bb +++ b/recipes-games/scummvm/scummvm_2.2.0.bb @@ -11,7 +11,7 @@ inherit autotools-brokensep pkgconfig gtk-icon-cache manpages features_check REQUIRED_DISTRO_FEATURES = "x11 opengl" SRC_URI = " \ - https://www.scummvm.org/frs/scummvm/${PV}/${BPN}-${PV}.tar.xz \ + https://downloads.scummvm.org/frs/scummvm/${PV}/${BPN}-${PV}.tar.xz \ file://0001-use-pkg-config-to-gather-sdl-information.patch \ file://0002-Do-not-split-binaries-during-install.patch \ file://0003-FLUIDSYNTH-Simplify-FluidSynth-version-check.patch \