capstone: added v4.0.2 (#18534)

This also adds the git branches "master" and "next".
This commit is contained in:
Tim Haines 2020-09-07 09:04:23 -05:00 committed by GitHub
parent 5e86a131d2
commit 8b7ca5ef50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,5 +12,9 @@ class Capstone(CMakePackage):
homepage = "http://www.capstone-engine.org/" homepage = "http://www.capstone-engine.org/"
url = "https://github.com/aquynh/capstone/archive/4.0.1.tar.gz" url = "https://github.com/aquynh/capstone/archive/4.0.1.tar.gz"
git = "https://github.com/aquynh/capstone.git"
version('next', branch='next')
version('master', branch='master')
version('4.0.2', sha256='7c81d798022f81e7507f1a60d6817f63aa76e489aa4e7055255f21a22f5e526a')
version('4.0.1', sha256='79bbea8dbe466bd7d051e037db5961fdb34f67c9fac5c3471dd105cfb1e05dc7') version('4.0.1', sha256='79bbea8dbe466bd7d051e037db5961fdb34f67c9fac5c3471dd105cfb1e05dc7')