micro: Update from 1.3.4 to 1.4.0

This commit is contained in:
Fredrik Fornwall 2018-01-29 10:37:46 +01:00
parent f161444619
commit 132e9c2047
2 changed files with 2 additions and 11 deletions

View File

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://micro-editor.github.io/
TERMUX_PKG_DESCRIPTION="Modern and intuitive terminal-based text editor"
TERMUX_PKG_VERSION=1.3.4
TERMUX_PKG_SHA256=d74c13a83196b9e62a4c62463115577ad20912ae48d3fac5226ebf33f7724ae2
TERMUX_PKG_VERSION=1.4.0
TERMUX_PKG_SHA256=2b36a4e7f69e6bb48591527454a93ff781db8e8a94dc646e934f6a3de862d40b
TERMUX_PKG_SRCURL=https://github.com/zyedidia/micro/releases/download/v${TERMUX_PKG_VERSION}/micro-${TERMUX_PKG_VERSION}-src.tar.gz
termux_step_make() {

View File

@ -1,9 +0,0 @@
diff -u -r ../micro/cmd/micro/actions_other.go ./cmd/micro/actions_other.go
--- ../micro/cmd/micro/actions_other.go 2017-08-02 00:00:05.000000000 +0000
+++ ./cmd/micro/actions_other.go 2017-08-10 22:00:46.714688636 +0000
@@ -1,4 +1,4 @@
-// +build android plan9 nacl windows
+// +build plan9 nacl windows
package main