summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2024-03-02 02:34:00 +0100
committer Willy Sudiarto Raharjo2024-03-02 02:34:00 +0100
commit9e78a3bb59798722b8173a1e4481cd54af2c03fd (patch)
treec481c4654731eb64cc64bc41491db1a41f556693 /system
parent53639f4cce8d6ee7f80a378af190262fb6569fd8 (diff)
downloadslackbuilds-9e78a3bb59798722b8173a1e4481cd54af2c03fd.tar.gz
system/capstone: Updated for version 4.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/capstone/capstone.SlackBuild4
-rw-r--r--system/capstone/capstone.info6
-rw-r--r--system/capstone/capstone.pc.in2
3 files changed, 6 insertions, 6 deletions
diff --git a/system/capstone/capstone.SlackBuild b/system/capstone/capstone.SlackBuild
index d1206933a2..b5d46094e0 100644
--- a/system/capstone/capstone.SlackBuild
+++ b/system/capstone/capstone.SlackBuild
@@ -30,8 +30,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=capstone
-VERSION=${VERSION:-4.0.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-4.0.2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/capstone/capstone.info b/system/capstone/capstone.info
index 7ced80cd88..8a637abe18 100644
--- a/system/capstone/capstone.info
+++ b/system/capstone/capstone.info
@@ -1,8 +1,8 @@
PRGNAM="capstone"
-VERSION="4.0.1"
+VERSION="4.0.2"
HOMEPAGE="http://www.capstone-engine.org"
-DOWNLOAD="https://github.com/aquynh/capstone/archive/4.0.1/capstone-4.0.1.tar.gz"
-MD5SUM="1b0a9a0d50d9515dcf7684ce0a2270a4"
+DOWNLOAD="https://github.com/aquynh/capstone/archive/4.0.2/capstone-4.0.2.tar.gz"
+MD5SUM="8894344c966a948f1248e66c91b53e2c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/capstone/capstone.pc.in b/system/capstone/capstone.pc.in
index 9d52d40f2d..7fd6a1351d 100644
--- a/system/capstone/capstone.pc.in
+++ b/system/capstone/capstone.pc.in
@@ -5,7 +5,7 @@ includedir=${prefix}/include/capstone
Name: capstone
Description: Capstone disassembly engine
-Version: 4.0.1
+Version: 4.0.2
URL: http://www.capstone-engine.org
Libs: -L${libdir} -lcapstone
Cflags: -I${includedir}