mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
radare2: update to 1.2.1.
This commit is contained in:
parent
6077edc9e4
commit
6eb3c1753e
1 changed files with 6 additions and 7 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'radare2'
|
# Template file for 'radare2'
|
||||||
pkgname=radare2
|
pkgname=radare2
|
||||||
version=1.2.0
|
version=1.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# XXX use internal capstone. Released one is too old.
|
configure_args="--with-syscapstone"
|
||||||
#configure_args="--with-syscapstone"
|
hostmakedepends="pkg-config"
|
||||||
#hostmakedepends="pkg-config"
|
makedepends="capstone-devel"
|
||||||
#makedepends="capstone-devel"
|
|
||||||
short_desc="Advanced command line debugger and hexadecimal editor"
|
short_desc="Advanced command line debugger and hexadecimal editor"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
homepage="http://www.radare.org"
|
homepage="http://www.radare.org"
|
||||||
distfiles="http://cloud.radare.org/get/${version}/radare2-${version}.tar.gz"
|
distfiles="https://github.com/radare/radare2/archive/${version}.tar.gz"
|
||||||
checksum=3660f4f8c1490194f5b5b80d7e21e1cc507e6aff2551008074e632c22549b941
|
checksum=bf10bd83640002feec75a2d0449db7243ce99d307da2b5416a5c37988be88f1a
|
||||||
|
|
Loading…
Add table
Reference in a new issue