From e3b9765224432c3ca79aec8c8f187833c2147b88 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Wed, 7 Dec 2022 12:39:55 +0000 Subject: [PATCH] bump(main/o-editor): 2.58.0 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 0565c8087e..44736412ef 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.57.0" +TERMUX_PKG_VERSION="2.58.0" TERMUX_PKG_SRCURL=https://github.com/xyproto/o/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=f61dc68873d9885c4135198b1faacc25b323e0494b9d6c14a8f23acbca8f01d7 +TERMUX_PKG_SHA256=4f88486500390b65f96e65c201b2ece36c01957399569e77b83f40a9f2634f6f TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_BREAKS="o" TERMUX_PKG_REPLACES="o"