capstone: fix distfiles and update-check
This commit is contained in:
parent
666c6964fb
commit
c773020158
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'capstone'
|
||||
pkgname=capstone
|
||||
version=3.0.4
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Lightweight multi-platform, multi-architecture disassembly framework"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="2-clause-BSD"
|
||||
homepage="http://www.capstone-engine.org/"
|
||||
distfiles="http://www.capstone-engine.org/download/${version}/${pkgname}-${version}.tgz"
|
||||
checksum=3e88abdf6899d11897f2e064619edcc731cc8e97e9d4db86495702551bb3ae7f
|
||||
distfiles="https://github.com/aquynh/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=5d6dadf5864c56f8de66c66088fa68e849d0bff6577865a4f81b6f23112b14f2
|
||||
|
||||
do_build() {
|
||||
make V=1 CC=$CC ${makejobs}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
site="${homepage}download.html"
|
Loading…
Reference in New Issue