From 9f8eb93599e2b459eb20da55ff3eb3c2bbca65d0 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Fri, 18 Jul 2025 18:45:15 +0000 Subject: [PATCH] bump(main/helix): 25.07.1 This commit has been automatically submitted by Github Actions. --- packages/helix/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/helix/build.sh b/packages/helix/build.sh index 88effab9a3..aecd1b4210 100644 --- a/packages/helix/build.sh +++ b/packages/helix/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE="https://helix-editor.com/" TERMUX_PKG_DESCRIPTION="A post-modern modal text editor written in rust" TERMUX_PKG_LICENSE="MPL-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="25.07" +TERMUX_PKG_VERSION="25.07.1" TERMUX_PKG_SRCURL="https://github.com/helix-editor/helix/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz" -TERMUX_PKG_SHA256=ebeaefc984aea45b0ebcc3e2e7399edf3a156ace06f80c8837a0675aabeef643 +TERMUX_PKG_SHA256=27c8bc3eba46bc7bab1e3629c6b28ff94882eeff17366b3ea69cd8ceffba7541 TERMUX_PKG_SUGGESTS="helix-grammars, bash-completion, clang, delve, elvish, gopls, lldb, nodejs | nodejs-lts" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_AUTO_UPDATE=true