mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
capstone: update to 5.0.6.
This commit is contained in:
parent
83309ca6d9
commit
6e09aa89c2
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'capstone'
|
# Template file for 'capstone'
|
||||||
pkgname=capstone
|
pkgname=capstone
|
||||||
version=5.0.5
|
version=5.0.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
|
@ -11,7 +11,7 @@ license="BSD-2-Clause"
|
||||||
homepage="https://www.capstone-engine.org/"
|
homepage="https://www.capstone-engine.org/"
|
||||||
changelog="https://raw.githubusercontent.com/capstone-engine/capstone/next/ChangeLog"
|
changelog="https://raw.githubusercontent.com/capstone-engine/capstone/next/ChangeLog"
|
||||||
distfiles="https://github.com/aquynh/capstone/archive/${version}.tar.gz"
|
distfiles="https://github.com/aquynh/capstone/archive/${version}.tar.gz"
|
||||||
checksum=3bfd3e7085fbf0fab75fb1454067bf734bb0bebe9b670af7ce775192209348e9
|
checksum=240ebc834c51aae41ca9215d3190cc372fd132b9c5c8aa2d5f19ca0c325e28f9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
make -C bindings/python PREFIX=/usr DESTDIR=${DESTDIR} install3
|
make -C bindings/python PREFIX=/usr DESTDIR=${DESTDIR} install3
|
||||||
|
|
Loading…
Add table
Reference in a new issue