mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/rr: Updated for version 5.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e069fbedbe
commit
7f849fd6b0
3 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=rr
|
||||
VERSION=${VERSION:-5.7.0}
|
||||
VERSION=${VERSION:-5.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rr"
|
||||
VERSION="5.7.0"
|
||||
VERSION="5.8.0"
|
||||
HOMEPAGE="https://rr-project.org/"
|
||||
DOWNLOAD="https://github.com/rr-debugger/rr/archive/5.7.0/rr-5.7.0.tar.gz"
|
||||
MD5SUM="b8ebc587a171fa371361019f29fce893"
|
||||
DOWNLOAD="https://github.com/rr-debugger/rr/archive/5.8.0/rr-5.8.0.tar.gz"
|
||||
MD5SUM="c960c8f965b088ab627b14cca55340d1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="capnproto"
|
||||
|
|
|
@ -13,7 +13,7 @@ rr: enhancing gdb. You record a failure once, then debug the recording,
|
|||
rr: deterministically, as many times as you want. The same execution is
|
||||
rr: replayed every time.
|
||||
rr:
|
||||
rr: https://rr-project.org/
|
||||
rr:
|
||||
rr:
|
||||
rr:
|
||||
rr:
|
||||
|
|
Loading…
Reference in a new issue