development/radare2: Updated for version 3.1.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Fernando Lopez Jr 2018-11-29 21:00:16 +00:00 committed by Willy Sudiarto Raharjo
parent dfa52b6000
commit 42cc0f2577
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=radare2
VERSION=${VERSION:-2.8.0}
VERSION=${VERSION:-3.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="radare2"
VERSION="2.8.0"
VERSION="3.1.0"
HOMEPAGE="http://radare.org/"
DOWNLOAD="https://github.com/radare/radare2/archive/2.8.0/radare2-2.8.0.tar.gz"
MD5SUM="30918b9b8141bb0cd1accbf0e54ab0dd"
DOWNLOAD="https://github.com/radare/radare2/archive/3.1.0/radare2-3.1.0.tar.gz"
MD5SUM="07250e703074b2ffb7f81139739266a6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="capstone"