From 54650ed799e480f2c33c3ddb1c5f8aa6094a801f Mon Sep 17 00:00:00 2001 From: d10sfan <4337981+d10sfan@users.noreply.github.com> Date: Tue, 27 Feb 2024 09:35:03 -0600 Subject: [PATCH] dosbox-staging - Update to new 0.81.0 tag (#1108) --- engines/dosbox-staging/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/dosbox-staging/build.sh b/engines/dosbox-staging/build.sh index 86cdec718..7eeeb542c 100755 --- a/engines/dosbox-staging/build.sh +++ b/engines/dosbox-staging/build.sh @@ -3,7 +3,7 @@ # CLONE PHASE git clone https://github.com/dosbox-staging/dosbox-staging.git source pushd source -git checkout -f 07f31ea +git checkout -f 4ee43d5 popd # BUILD PHASE