cutter: update to 1.10.3.
This commit is contained in:
parent
0e7a74026a
commit
187a8d2569
2 changed files with 3 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- src/core/Cutter.cpp
|
|
||||||
+++ src/core/Cutter.cpp
|
|
||||||
@@ -2437,7 +2437,7 @@ QList<FunctionDescription> CutterCore::getAllFunctions()
|
|
||||||
function.nbbs = r_list_length (fcn->bbs);
|
|
||||||
function.calltype = fcn->cc ? QString::fromUtf8(fcn->cc) : QString();
|
|
||||||
function.name = fcn->name ? QString::fromUtf8(fcn->name) : QString();
|
|
||||||
- function.edges = r_anal_fcn_count_edges(fcn, nullptr);
|
|
||||||
+ function.edges = r_anal_function_count_edges(fcn, nullptr);
|
|
||||||
function.stackframe = fcn->maxstack;
|
|
||||||
funcList.append(function);
|
|
||||||
}
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cutter'
|
# Template file for 'cutter'
|
||||||
pkgname=cutter
|
pkgname=cutter
|
||||||
version=1.10.2
|
version=1.10.3
|
||||||
revision=2
|
revision=1
|
||||||
build_wrksrc=src
|
build_wrksrc=src
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="pkg-config qt5-declarative-devel qt5-location-devel
|
hostmakedepends="pkg-config qt5-declarative-devel qt5-location-devel
|
||||||
|
@ -13,4 +13,4 @@ maintainer="johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/radareorg/cutter"
|
homepage="https://github.com/radareorg/cutter"
|
||||||
distfiles="https://github.com/radareorg/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/radareorg/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=b9abfa8d822341919c275e16f422107a7ee5bc4d722dc4125d729872ffff6cda
|
checksum=2ece3c7ce31fb7b5e4f3a2926cf8c59c97ca84ae8c526d593d896fddd085f981
|
||||||
|
|
Loading…
Reference in a new issue