activeharmony: Switch to https (#25641)
This commit is contained in:
parent
8530ea88a3
commit
1d4e00a9ff
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ class Activeharmony(MakefilePackage):
|
|||
"""Active Harmony: a framework for auto-tuning (the automated search for
|
||||
values to improve the performance of a target application)."""
|
||||
|
||||
homepage = "http://www.dyninst.org/harmony"
|
||||
url = "http://www.dyninst.org/sites/default/files/downloads/harmony/ah-4.5.tar.gz"
|
||||
homepage = "https://www.dyninst.org/harmony"
|
||||
url = "https://www.dyninst.org/sites/default/files/downloads/harmony/ah-4.5.tar.gz"
|
||||
|
||||
version('4.6.0', sha256='9ce5009cfd8e2f4cf5f3536e1fea9993414fc25920fc90d0a2cb56f044787dbb')
|
||||
version('4.5', sha256='31d9990c8dd36724d336707d260aa4d976e11eaa899c4c7cc11f80a56cdac684')
|
||||
|
|
Loading…
Reference in a new issue