radare2: Update from 3.0.1 to 3.1.0

This commit is contained in:
Fredrik Fornwall 2018-11-27 00:19:52 +01:00
parent f639e3dbb9
commit 78334ba47d
2 changed files with 2 additions and 13 deletions

View File

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://rada.re
TERMUX_PKG_DESCRIPTION="Advanced Hexadecimal Editor"
TERMUX_PKG_VERSION=3.0.1
TERMUX_PKG_SHA256=2de7c54f723b8439f899a86cb9e5142e7b62664994cea60aefdd9c2a69a3f9fe
TERMUX_PKG_VERSION=3.1.0
TERMUX_PKG_SHA256=b6e74f29cc36ff25400376726e1315b37fe5876a1c82cf7bf75b39e6e5bbe41f
TERMUX_PKG_SRCURL=https://github.com/radare/radare2/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_DEPENDS="libuv"
TERMUX_PKG_BUILD_IN_SRC="yes"

View File

@ -1,11 +0,0 @@
diff -u -r ../radare2-3.0.0/configure ./configure
--- ../radare2-3.0.0/configure 2018-10-15 22:29:51.000000000 +0000
+++ ./configure 2018-10-18 04:22:20.511836802 +0000
@@ -593,6 +593,7 @@
else
HAVE_PTRACE="1"
USE_PTRACE_WRAP="0"; fi; fi; fi
+USE_PTRACE_WRAP=0
SEDFLAGS=" -e '"
COUNT=0
for A in ${ENVWORDS} ; do