From f5a97a25b62adfa191e2d1147e2852fc2fcc183f Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Mon, 9 Jun 2025 18:44:10 +0000 Subject: [PATCH] bump(main/o-editor): 2.70.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 73ca95fa80..ff435f9aa9 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.69.0" +TERMUX_PKG_VERSION="2.70.0" TERMUX_PKG_SRCURL=https://github.com/xyproto/o/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=dd8205b863a7c177cca3d26c952455f3b1c5ee6614408f2c262a22e8386228bb +TERMUX_PKG_SHA256=ab940369469a534311466621f8e65f712446aadc6a4016e9d912b68d420d5371 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_BREAKS="o" TERMUX_PKG_REPLACES="o"