Browse Source

micro: Update from 1.3.4 to 1.4.0

android-5
Fredrik Fornwall 7 years ago
parent
commit
96b12cdeb7
  1. 4
      packages/micro/build.sh
  2. 9
      packages/micro/cmd-micro-actions_other.go.patch

4
packages/micro/build.sh

@ -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() {

9
packages/micro/cmd-micro-actions_other.go.patch

@ -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
Loading…
Cancel
Save