development/radare2: Updated for version 5.8.8.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Fernando Lopez Jr. 2024-03-07 10:25:43 +07:00 committed by Willy Sudiarto Raharjo
parent 155469838c
commit 03b423f1f2
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=radare2
VERSION=${VERSION:-5.1.1}
VERSION=${VERSION:-5.8.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="radare2"
VERSION="5.1.1"
VERSION="5.8.8"
HOMEPAGE="http://radare.org/"
DOWNLOAD="https://github.com/radareorg/radare2/archive/5.1.1/radare2-5.1.1.tar.gz"
MD5SUM="5fa08e088e623792515deaa652601a99"
DOWNLOAD="https://github.com/radareorg/radare2/archive/5.8.8/radare2-5.8.8.tar.gz"
MD5SUM="5eb5b1f817bf1ca0ce86dd2c4f182f75"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="capstone"