summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAlfredo Adolfo Gimenez <alfredo.gimenez@gmail.com>2018-03-22 18:29:17 -0700
committerAdam J. Stewart <ajstewart426@gmail.com>2018-03-22 20:29:17 -0500
commita37acfc1e9bbd2dae1a3a18227e90763785058a6 (patch)
tree388fec695e826fba4a2adc99f3f6b2f98ead6da9 /var
parent4ddbc96c7b595ccb79fee49674b032da0b422bbe (diff)
downloadspack-a37acfc1e9bbd2dae1a3a18227e90763785058a6.tar.gz
spack-a37acfc1e9bbd2dae1a3a18227e90763785058a6.tar.bz2
spack-a37acfc1e9bbd2dae1a3a18227e90763785058a6.tar.xz
spack-a37acfc1e9bbd2dae1a3a18227e90763785058a6.zip
Dyninst links broken, everything switched to github (#6066)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/dyninst/package.py19
1 files changed, 7 insertions, 12 deletions
diff --git a/var/spack/repos/builtin/packages/dyninst/package.py b/var/spack/repos/builtin/packages/dyninst/package.py
index 8a18b99940..a0683e9d81 100644
--- a/var/spack/repos/builtin/packages/dyninst/package.py
+++ b/var/spack/repos/builtin/packages/dyninst/package.py
@@ -33,18 +33,13 @@ class Dyninst(Package):
url = "https://github.com/dyninst/dyninst/archive/v9.2.0.tar.gz"
list_url = "http://www.dyninst.org/downloads/dyninst-8.x"
- version('9.3.2', 'a2bf03b6d1d424853e80d39b13e9c229')
- version('9.3.0', 'edde7847dc673ca69bd59412af572450')
- version('9.2.0', 'ad023f85e8e57837ed9de073b59d6bab',
- url="https://github.com/dyninst/dyninst/archive/v9.2.0.tar.gz")
- version('9.1.0', '5c64b77521457199db44bec82e4988ac',
- url="http://www.paradyn.org/release9.1.0/DyninstAPI-9.1.0.tgz")
- version('8.2.1', 'abf60b7faabe7a2e4b54395757be39c7',
- url="http://www.paradyn.org/release8.2/DyninstAPI-8.2.1.tgz")
- version('8.1.2', 'bf03b33375afa66fe0efa46ce3f4b17a',
- url="http://www.paradyn.org/release8.1.2/DyninstAPI-8.1.2.tgz")
- version('8.1.1', 'd1a04e995b7aa70960cd1d1fac8bd6ac',
- url="http://www.paradyn.org/release8.1/DyninstAPI-8.1.1.tgz")
+ version('9.3.2', git="https://github.com/dyninst/dyninst.git", tag='v9.3.2')
+ version('9.3.0', git="https://github.com/dyninst/dyninst.git", tag='v9.3.0')
+ version('9.2.0', git="https://github.com/dyninst/dyninst.git", tag='v9.2.0')
+ version('9.1.0', git="https://github.com/dyninst/dyninst.git", tag='v9.1.0')
+ version('8.2.1', git="https://github.com/dyninst/dyninst.git", tag='v8.2.1')
+ version('8.1.2', git="https://github.com/dyninst/dyninst.git", tag='v8.1.2')
+ version('8.1.1', git="https://github.com/dyninst/dyninst.git", tag='v8.1.1')
variant('stat_dysect', default=False,
description="patch for STAT's DySectAPI")