mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/radare2: Updated for version 4.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ca46653637
commit
e459b083c6
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=radare2
|
||||
VERSION=${VERSION:-4.0.0}
|
||||
VERSION=${VERSION:-4.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="radare2"
|
||||
VERSION="4.0.0"
|
||||
VERSION="4.2.0"
|
||||
HOMEPAGE="http://radare.org/"
|
||||
DOWNLOAD="https://github.com/radare/radare2/archive/4.0.0/radare2-4.0.0.tar.gz"
|
||||
MD5SUM="4f1b761bff18de9ea2eceb5f4b477c8f"
|
||||
DOWNLOAD="https://github.com/radare/radare2/archive/4.2.0/radare2-4.2.0.tar.gz"
|
||||
MD5SUM="6dffa31809bc87ddfd678663d1cd6992"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="capstone"
|
||||
|
|
Loading…
Reference in a new issue