From 90428751b865bcbc4e71f8a0cb110fffa1d571f0 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Fri, 2 Sep 2022 02:40:16 +0000 Subject: [PATCH] helix: update to 22.08.1 This commit has been automatically submitted by Github Actions. --- packages/helix/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/helix/build.sh b/packages/helix/build.sh index 53d0fd3baa..b59248fa53 100644 --- a/packages/helix/build.sh +++ b/packages/helix/build.sh @@ -2,7 +2,7 @@ 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="Aditya Alok " -TERMUX_PKG_VERSION="22.08" +TERMUX_PKG_VERSION="22.08.1" TERMUX_PKG_SRCURL="https://github.com/helix-editor/helix.git" TERMUX_PKG_GIT_BRANCH="${TERMUX_PKG_VERSION}" TERMUX_PKG_BUILD_IN_SRC=true