From cd6b3e532013d45865eea80a9d1791823857ccd5 Mon Sep 17 00:00:00 2001 From: fewtarius Date: Tue, 12 Dec 2023 13:08:49 +0000 Subject: [PATCH] Fix overlay rename oops in EmulationStation. --- packages/ui/emulationstation/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/emulationstation/package.mk b/packages/ui/emulationstation/package.mk index cab06c44d..41cfa3a73 100644 --- a/packages/ui/emulationstation/package.mk +++ b/packages/ui/emulationstation/package.mk @@ -3,7 +3,7 @@ # Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS) PKG_NAME="emulationstation" -PKG_VERSION="b305f698cd37307c0c037b1ceb5166395b3c524b" +PKG_VERSION="db5ba85" PKG_GIT_CLONE_BRANCH="main" PKG_REV="1" PKG_ARCH="any"