From 899622fc8ab2ffd123185fc57c609f75f3d2cf3e Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Thu, 9 Feb 2023 02:06:21 +0000 Subject: [PATCH] bump(main/o-editor): 2.59.3 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 f4c23d695c..98078552f8 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.59.0" +TERMUX_PKG_VERSION="2.59.3" TERMUX_PKG_SRCURL=https://github.com/xyproto/o/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=04693ed56ce6b574559d60afea8f5cb80333de1c202612a06abefa51d8c7cc37 +TERMUX_PKG_SHA256=464aab90403c8feefc3c1dd8b4b27150581fe00f2e4956d98a1a70aa266fc264 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_BREAKS="o" TERMUX_PKG_REPLACES="o"