diff options
author | Tim Haines <thaines.astro@gmail.com> | 2020-09-07 09:04:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 16:04:23 +0200 |
commit | 8b7ca5ef507735c8c5754758b060354d5734e878 (patch) | |
tree | 296c19084e8a0e10e9ea84f825a22abb0883bdfb | |
parent | 5e86a131d2e58ee96403255dea211e9788aebfdf (diff) | |
download | spack-8b7ca5ef507735c8c5754758b060354d5734e878.tar.gz spack-8b7ca5ef507735c8c5754758b060354d5734e878.tar.bz2 spack-8b7ca5ef507735c8c5754758b060354d5734e878.tar.xz spack-8b7ca5ef507735c8c5754758b060354d5734e878.zip |
capstone: added v4.0.2 (#18534)
This also adds the git branches "master" and "next".
-rw-r--r-- | var/spack/repos/builtin/packages/capstone/package.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/capstone/package.py b/var/spack/repos/builtin/packages/capstone/package.py index 59769e1c17..619856ebac 100644 --- a/var/spack/repos/builtin/packages/capstone/package.py +++ b/var/spack/repos/builtin/packages/capstone/package.py @@ -12,5 +12,9 @@ class Capstone(CMakePackage): homepage = "http://www.capstone-engine.org/" 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') |