From 5a65ce1a7852f5527551f0eff7c0c4f6c82f35d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= Date: Thu, 14 May 2020 14:46:56 +0200 Subject: [PATCH] o-editor: update to 2.28.0 --- 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 ec19073e8..c79ab26b3 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.26.3 +TERMUX_PKG_VERSION=2.28.0 TERMUX_PKG_SRCURL=https://github.com/xyproto/o/archive/$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=c79f6c548ef40ee8fe7f4d25b08c24914c24f9d419c14a5014d22322ab79c6b0 +TERMUX_PKG_SHA256=571c695de6bb5a2e012fb64cd9dd0a8d6607740a33770c17617874ec587f678c TERMUX_PKG_BREAKS="o" TERMUX_PKG_REPLACES="o"