mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
capstone: update to 5.0.5.
This commit is contained in:
parent
8549f10f75
commit
a46c96b5c4
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'capstone'
|
||||
pkgname=capstone
|
||||
version=5.0.1
|
||||
revision=3
|
||||
version=5.0.5
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
hostmakedepends="python3-setuptools"
|
||||
hostmakedepends="python3-setuptools python3-packaging-bootstrap"
|
||||
short_desc="Lightweight multi-platform, multi-architecture disassembly framework"
|
||||
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://www.capstone-engine.org/"
|
||||
changelog="https://raw.githubusercontent.com/capstone-engine/capstone/next/ChangeLog"
|
||||
distfiles="https://github.com/aquynh/capstone/archive/${version}.tar.gz"
|
||||
checksum=2b9c66915923fdc42e0e32e2a9d7d83d3534a45bb235e163a70047951890c01a
|
||||
checksum=3bfd3e7085fbf0fab75fb1454067bf734bb0bebe9b670af7ce775192209348e9
|
||||
|
||||
post_install() {
|
||||
make -C bindings/python PREFIX=/usr DESTDIR=${DESTDIR} install3
|
||||
|
|
Loading…
Add table
Reference in a new issue