capstone: update to 5.0.1.
This commit is contained in:
parent
53c4255818
commit
97262cf9d3
|
@ -2099,7 +2099,7 @@ libopenjpeg.so.5 libopenjpeg-1.5.2_1
|
|||
liboping.so.0 liboping-1.8.0_1
|
||||
libloudmouth-1.so.0 loudmouth-1.5.3_12
|
||||
libtorrent-rasterbar.so.10 libtorrent-rasterbar-1.2.18_1
|
||||
libcapstone.so.4 capstone-4.0_1
|
||||
libcapstone.so.5 capstone-5.0.1_1
|
||||
libhavege.so.2 libhaveged-1.9.11_1
|
||||
libnih.so.1 libnih-1.0.3_1
|
||||
libnih-dbus.so.1 libnih-1.0.3_1
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'capstone'
|
||||
pkgname=capstone
|
||||
version=4.0.2
|
||||
revision=5
|
||||
version=5.0.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
hostmakedepends="python3-setuptools"
|
||||
short_desc="Lightweight multi-platform, multi-architecture disassembly framework"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://www.capstone-engine.org/"
|
||||
distfiles="https://github.com/aquynh/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=7c81d798022f81e7507f1a60d6817f63aa76e489aa4e7055255f21a22f5e526a
|
||||
changelog="https://raw.githubusercontent.com/capstone-engine/capstone/next/ChangeLog"
|
||||
distfiles="https://github.com/aquynh/capstone/archive/${version}.tar.gz"
|
||||
checksum=2b9c66915923fdc42e0e32e2a9d7d83d3534a45bb235e163a70047951890c01a
|
||||
|
||||
post_install() {
|
||||
make -C bindings/python PREFIX=/usr DESTDIR=${DESTDIR} install3
|
||||
|
|
Loading…
Reference in New Issue