From c3f74ee0de70a9fca89acb315af222fce6ec06ea Mon Sep 17 00:00:00 2001 From: Douglas Teles Date: Fri, 17 Apr 2026 20:22:38 -0300 Subject: [PATCH] Update ES hash after fixing PackGamelists build error Co-Authored-By: Claude Opus 4.6 (1M context) --- projects/ArchR/packages/ui/emulationstation/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ArchR/packages/ui/emulationstation/package.mk b/projects/ArchR/packages/ui/emulationstation/package.mk index 7a8369e3b6..174c540a38 100644 --- a/projects/ArchR/packages/ui/emulationstation/package.mk +++ b/projects/ArchR/packages/ui/emulationstation/package.mk @@ -2,7 +2,7 @@ # Copyright (C) 2026 ArchR (https://github.com/archr-linux/Arch-R) PKG_NAME="emulationstation" -PKG_VERSION="268ebb3946c51dc3c85360354d939c271185c8a7" +PKG_VERSION="563e1057f944ddf0eb7b295831d2d09f0a8cdb6f" PKG_GIT_CLONE_BRANCH="master" PKG_LICENSE="GPL" PKG_SITE="https://github.com/archr-linux/emulationstation-next"