From fb238d1cbde613b39b64dd2f93f038f9968a67bc Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Fri, 16 Aug 2024 06:40:32 +0000 Subject: [PATCH] bump(x11/1oom): 1.10.6 This commit has been automatically submitted by Github Actions. --- x11-packages/1oom/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-packages/1oom/build.sh b/x11-packages/1oom/build.sh index bd9eccd3b2..fab349d781 100644 --- a/x11-packages/1oom/build.sh +++ b/x11-packages/1oom/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/1oom-fork/1oom TERMUX_PKG_DESCRIPTION="A Master of Orion (1993) game engine recreation" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="1.10.5" +TERMUX_PKG_VERSION="1.10.6" TERMUX_PKG_SRCURL=https://github.com/1oom-fork/1oom/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=982cb86b593c965556c45b291926a921613c0a84aa72e76b80bdb4a4b3c81f23 +TERMUX_PKG_SHA256=10f0c40ce105947d119199227931c2117aff3333657ef414c6d29a913680ac24 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_UPDATE_VERSION_REGEXP='\d+\.\d+(\.\d+)?' TERMUX_PKG_DEPENDS="libandroid-shmem, libsamplerate, libx11, libxext, readline"