From 765894d74061eed945549454a5b7731f765f7b5c Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Thu, 30 Sep 2021 12:16:06 +0000 Subject: [PATCH] o-editor: update to 2.44.1 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 7c5a90d6c..a59b6bac0 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="MIT" TERMUX_PKG_MAINTAINER="Alexander F. Rødseth " -TERMUX_PKG_VERSION=2.44.0 +TERMUX_PKG_VERSION=2.44.1 TERMUX_PKG_SRCURL=https://github.com/xyproto/o/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=6d8f86eb5052d677519a2facbd18cedf548c9da02e10754c62757a14d82f0a27 +TERMUX_PKG_SHA256=76c6f435e92f6c56074ca50a7a16dc230668bf5d61cc7ec03a3a054ac581f5fb TERMUX_PKG_BREAKS="o" TERMUX_PKG_REPLACES="o"