From d6445fa8ea35f4974b516c9fa10b2dd3f99bf3ca Mon Sep 17 00:00:00 2001 From: Douglas Teles Date: Fri, 17 Apr 2026 20:01:27 -0300 Subject: [PATCH] Fix EmulationStation PKG_VERSION hash to match pushed remote 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 c0f0329991..7a8369e3b6 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="dbe0ad814d7bc7f44dd8cfb94aff3b45335db442" +PKG_VERSION="268ebb3946c51dc3c85360354d939c271185c8a7" PKG_GIT_CLONE_BRANCH="master" PKG_LICENSE="GPL" PKG_SITE="https://github.com/archr-linux/emulationstation-next"