capstone: update URL (#29190)

* capstone: Change GitHub URL

* capstone: Remove 'master' branch

Only the 'next' branch is used for development/release now.
This commit is contained in:
Tim Haines 2022-02-24 19:51:28 -06:00 committed by GitHub
parent 8c1e54180e
commit 31c8567007
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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