diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2019-11-09 07:43:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-09 07:43:29 +0700 |
commit | 0f42df9aa66f88f37404a3ce666d05635e43dac6 (patch) | |
tree | 6eab25d5da9b041fec3b3c03e96e6231bffe413b | |
parent | 7e409378a88c3316bfa0714c57c32b3b8a1f7007 (diff) |
development/radare2: Updated for version 4.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@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 0348ddbfdae0..0f4de7784223 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:-3.9.0} +VERSION=${VERSION:-4.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/radare2/radare2.info b/development/radare2/radare2.info index daa592706e60..988fbb9d751d 100644 --- a/development/radare2/radare2.info +++ b/development/radare2/radare2.info @@ -1,8 +1,8 @@ PRGNAM="radare2" -VERSION="3.9.0" +VERSION="4.0.0" HOMEPAGE="http://radare.org/" -DOWNLOAD="https://github.com/radare/radare2/archive/3.9.0/radare2-3.9.0.tar.gz" -MD5SUM="4489bb28b65ee8ee984db35c5d62db0d" +DOWNLOAD="https://github.com/radare/radare2/archive/4.0.0/radare2-4.0.0.tar.gz" +MD5SUM="4f1b761bff18de9ea2eceb5f4b477c8f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="capstone" |