development/rr: Updated for version 5.7.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
xaizek 2023-10-06 21:56:21 +08:00 committed by Willy Sudiarto Raharjo
parent b01ad446b8
commit 83b5c388d0
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rr
VERSION=${VERSION:-5.6.0}
VERSION=${VERSION:-5.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="rr"
VERSION="5.6.0"
VERSION="5.7.0"
HOMEPAGE="https://rr-project.org/"
DOWNLOAD="https://github.com/rr-debugger/rr/archive/5.6.0/rr-5.6.0.tar.gz"
MD5SUM="152796d58dd597ab319de79a5268863c"
DOWNLOAD="https://github.com/rr-debugger/rr/archive/5.7.0/rr-5.7.0.tar.gz"
MD5SUM="b8ebc587a171fa371361019f29fce893"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="capnproto"