diff options
author | Fernando Lopez Jr. <fernando.lopezjr@gmail.com> | 2024-03-07 10:25:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-09 06:18:09 +0700 |
commit | f11bf307d52376626a163c51fef5f9c2b5f33ec0 (patch) | |
tree | 2aad0d082d976cfe75afbab3c4944084fc7093f9 /system/capstone | |
parent | 4d64942fb8aea3f4b3e68ad81e51c389d622a96e (diff) |
system/capstone: Updated for version 5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/capstone')
-rw-r--r-- | system/capstone/capstone.SlackBuild | 4 | ||||
-rw-r--r-- | system/capstone/capstone.info | 6 | ||||
-rw-r--r-- | system/capstone/capstone.pc.in | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/system/capstone/capstone.SlackBuild b/system/capstone/capstone.SlackBuild index b5d46094e032a..523dba767dc3c 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 8a637abe182d0..272c9025600c7 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 7fd6a1351d600..d7953bd793d73 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} |