From 9d15d4a08e810471ae3cf2e6e05496dbf4ead25b Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Thu, 26 Jan 2023 12:12:00 +0000 Subject: [PATCH] bump(main/o-editor): 2.59.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 44736412ef..f4c23d695c 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.58.0" +TERMUX_PKG_VERSION="2.59.0" TERMUX_PKG_SRCURL=https://github.com/xyproto/o/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=4f88486500390b65f96e65c201b2ece36c01957399569e77b83f40a9f2634f6f +TERMUX_PKG_SHA256=04693ed56ce6b574559d60afea8f5cb80333de1c202612a06abefa51d8c7cc37 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_BREAKS="o" TERMUX_PKG_REPLACES="o"