diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-02 08:34:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-02 08:34:00 +0700 |
commit | 9e78a3bb59798722b8173a1e4481cd54af2c03fd (patch) | |
tree | c481c4654731eb64cc64bc41491db1a41f556693 | |
parent | 53639f4cce8d6ee7f80a378af190262fb6569fd8 (diff) |
system/capstone: Updated for version 4.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 d1206933a28f3..b5d46094e032a 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 7ced80cd8838e..8a637abe182d0 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 9d52d40f2d7ba..7fd6a1351d600 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} |