From 5724791a23c3cf0726b5ca7c22b5f94d9870cc6a Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Mon, 20 Jan 2025 00:38:38 +0000 Subject: [PATCH] bump(main/helix): 25.01.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 541def03795bde8..872a241554c4706 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.01" +TERMUX_PKG_VERSION="25.01.1" TERMUX_PKG_SRCURL="https://github.com/helix-editor/helix/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz" -TERMUX_PKG_SHA256=3d23d45adefe2daba877b05921e99d205683528814acb6a0d549a62b0f633548 +TERMUX_PKG_SHA256=3f2364463e2e58b0e78ea16fd37a23a93ec2b086323b9ca1e6e310d86a9b3663 TERMUX_PKG_SUGGESTS="helix-grammars, nodejs | nodejs-lts" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_AUTO_UPDATE=true