From 741d729d8db8dda6fc9ae4169be2dd9bfacf80f0 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Sat, 7 May 2022 00:26:15 +0000 Subject: [PATCH] o-editor: update to 2.51.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 8697796ba..132936986 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.50.0" +TERMUX_PKG_VERSION="2.51.0" TERMUX_PKG_SRCURL=https://github.com/xyproto/o/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=625c447d8cf1a471de64ea99b746017b7e3d1709ca742317ba951ab0f10454da +TERMUX_PKG_SHA256=fdace1597a9696099530aed14ab68901f640dc20e50444f0684bd615972459af TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_BREAKS="o" TERMUX_PKG_REPLACES="o"