diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2018-11-29 21:00:16 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-01 07:27:50 +0700 |
commit | 42cc0f257770e42bdc71bb152668dc26dcca52ad (patch) | |
tree | 738efb2fcf23efcfb5e5d16e299aaaa3ec610295 | |
parent | dfa52b60001c316eb96ebc569b7bd1ca9fdbc978 (diff) | |
download | slackbuilds-42cc0f257770e42bdc71bb152668dc26dcca52ad.tar.gz |
development/radare2: Updated for version 3.1.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | development/radare2/radare2.SlackBuild | 2 | ||||
-rw-r--r-- | development/radare2/radare2.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/radare2/radare2.SlackBuild b/development/radare2/radare2.SlackBuild index 72dabf0d67..3e2b0a9c94 100644 --- a/development/radare2/radare2.SlackBuild +++ b/development/radare2/radare2.SlackBuild @@ -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} diff --git a/development/radare2/radare2.info b/development/radare2/radare2.info index 5fd0e55d2a..ed3634da8f 100644 --- a/development/radare2/radare2.info +++ b/development/radare2/radare2.info @@ -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" |