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:
parent
8c1e54180e
commit
31c8567007
1 changed files with 2 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue