diff options
Diffstat (limited to 'development/rizin')
-rw-r--r-- | development/rizin/rizin.SlackBuild | 2 | ||||
-rw-r--r-- | development/rizin/rizin.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/rizin/rizin.SlackBuild b/development/rizin/rizin.SlackBuild index a5b4b80244d4f..7d92ff13467ac 100644 --- a/development/rizin/rizin.SlackBuild +++ b/development/rizin/rizin.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rizin -VERSION=${VERSION:-0.5.2} +VERSION=${VERSION:-0.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/rizin/rizin.info b/development/rizin/rizin.info index b159a30313f09..d415a1a8cb56a 100644 --- a/development/rizin/rizin.info +++ b/development/rizin/rizin.info @@ -1,8 +1,8 @@ PRGNAM="rizin" -VERSION="0.5.2" +VERSION="0.6.0" HOMEPAGE="https://rizin.re/" -DOWNLOAD="https://github.com/rizinorg/rizin/releases/download/v0.5.2/rizin-src-v0.5.2.tar.xz" -MD5SUM="0f8914c4b47f4d9f36c7473ebbdea4a6" +DOWNLOAD="https://github.com/rizinorg/rizin/releases/download/v0.6.0/rizin-src-v0.6.0.tar.xz" +MD5SUM="a0cb435270a299b6a259638afe6b7aae" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="capstone" |