From 77b547ee95557da9112f51d65aa79417cc01c5d8 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Fri, 8 Mar 2024 14:10:37 -0700
Subject: [PATCH] Fix sopwith URL

---
 recipes/games/sopwith/recipe.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/games/sopwith/recipe.sh b/recipes/games/sopwith/recipe.sh
index a3ed07f91..a5ea97832 100644
--- a/recipes/games/sopwith/recipe.sh
+++ b/recipes/games/sopwith/recipe.sh
@@ -1,5 +1,5 @@
 VERSION=1.8.4
-TAR=https://sourceforge.net/projects/sdl-sopwith/files/sdl_sopwith/$VERSION/sopwith-$VERSION.tar.gz/download
+TAR="https://github.com/fragglet/sdl-sopwith/releases/download/sdl-sopwith-${VERSION}/sopwith-${VERSION}.tar.gz"
 BUILD_DEPENDS=(sdl1 liborbital libiconv)
 
 function recipe_version {
-- 
GitLab