summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Fernando Lopez Jr.2024-03-07 04:25:37 +0100
committer Willy Sudiarto Raharjo2024-03-09 00:18:09 +0100
commitf11bf307d52376626a163c51fef5f9c2b5f33ec0 (patch)
tree2aad0d082d976cfe75afbab3c4944084fc7093f9 /system
parent4d64942fb8aea3f4b3e68ad81e51c389d622a96e (diff)
downloadslackbuilds-f11bf307d52376626a163c51fef5f9c2b5f33ec0.tar.gz
system/capstone: Updated for version 5.0.
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 b5d46094e0..523dba767d 100644
--- a/system/capstone/capstone.SlackBuild
+++ b/system/capstone/capstone.SlackBuild
@@ -30,7 +30,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=capstone
-VERSION=${VERSION:-4.0.2}
+VERSION=${VERSION:-5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -117,7 +117,7 @@ sed "s,@LIBDIRSUFFIX@,$LIBDIRSUFFIX,g" \
# 20220317 bkw: RELEASE_NOTES is a 0-byte placeholder.
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CREDITS.TXT ChangeLog HACK.TXT LICENSE* README.md SPONSORS.TXT TODO \
+cp -a CREDITS.TXT ChangeLog HACK.TXT LICENSE* README.md SPONSORS.TXT \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/system/capstone/capstone.info b/system/capstone/capstone.info
index 8a637abe18..272c902560 100644
--- a/system/capstone/capstone.info
+++ b/system/capstone/capstone.info
@@ -1,8 +1,8 @@
PRGNAM="capstone"
-VERSION="4.0.2"
+VERSION="5.0"
HOMEPAGE="http://www.capstone-engine.org"
-DOWNLOAD="https://github.com/aquynh/capstone/archive/4.0.2/capstone-4.0.2.tar.gz"
-MD5SUM="8894344c966a948f1248e66c91b53e2c"
+DOWNLOAD="https://github.com/aquynh/capstone/archive/5.0/capstone-5.0.tar.gz"
+MD5SUM="027fcaafea4acc47af9798dc520cef2c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/capstone/capstone.pc.in b/system/capstone/capstone.pc.in
index 7fd6a1351d..d7953bd793 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.2
+Version: 5.0
URL: http://www.capstone-engine.org
Libs: -L${libdir} -lcapstone
Cflags: -I${includedir}