radare2: update to 3.4.1.
This commit is contained in:
parent
6e5cbae228
commit
3f5ff3852b
2 changed files with 4 additions and 12 deletions
|
@ -1,10 +0,0 @@
|
|||
--- libr/debug/p/native/linux/linux_coredump.c
|
||||
+++ libr/debug/p/native/linux/linux_coredump.c
|
||||
@@ -7,6 +7,7 @@
|
||||
#if __x86_64__ || __i386__ || __arm__ || __arm64__
|
||||
#include <sys/uio.h>
|
||||
#include <sys/ptrace.h>
|
||||
+#include <asm/ptrace.h>
|
||||
#include "linux_coredump.h"
|
||||
|
||||
/* For compability */
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'radare2'
|
||||
# cutter needs to be bumped when radare2 is updated
|
||||
pkgname=radare2
|
||||
version=3.3.0
|
||||
version=3.4.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-syscapstone"
|
||||
|
@ -12,4 +12,6 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|||
license="LGPL-3.0-only"
|
||||
homepage="http://www.radare.org"
|
||||
distfiles="https://github.com/radare/radare2/archive/${version}.tar.gz"
|
||||
checksum=3c092bdf8676d7d49537926258c50557bca98d7d669babfed6113ff82c403bcb
|
||||
checksum=3df1f9a79ef64f9c9205453c735ac5a29ef8e88f336fd16c5bbaa64b1dc0c975
|
||||
|
||||
disable_parallel_build=yes
|
||||
|
|
Loading…
Reference in a new issue