From d7f417a0146822721e68ce77468f0529b47b3f9f Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sun, 1 Dec 2024 18:40:33 +0000 Subject: [PATCH] bump(main/o-editor): 2.68.4 This commit has been automatically submitted by Github Actions. --- packages/o-editor/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/o-editor/build.sh b/packages/o-editor/build.sh index f0f6c23fd5..93298088ad 100644 --- a/packages/o-editor/build.sh +++ b/packages/o-editor/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/xyproto/o TERMUX_PKG_DESCRIPTION="Small, fast and limited text editor" TERMUX_PKG_LICENSE="BSD 3-Clause" TERMUX_PKG_MAINTAINER="Alexander F. Rødseth " -TERMUX_PKG_VERSION="2.68.3" +TERMUX_PKG_VERSION="2.68.4" TERMUX_PKG_SRCURL=https://github.com/xyproto/o/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=4445cbf395f9acefda6aedba24c401f3fd08d7ef66083a30a17138ba1f6dbf97 +TERMUX_PKG_SHA256=1a159705513704de059f6edf9f40d3da7f0047ae70de00af6f7aa5a0a00d5140 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_BREAKS="o" TERMUX_PKG_REPLACES="o"