mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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:
parent
b01ad446b8
commit
83b5c388d0
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue