activeharmony: replace dead links (#45704)

This commit is contained in:
Wouter Deconinck 2024-08-19 03:28:57 -05:00 committed by GitHub
parent 382ba0d041
commit 31477d5dc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@ class Activeharmony(MakefilePackage):
"""Active Harmony: a framework for auto-tuning (the automated search for
values to improve the performance of a target application)."""
homepage = "https://www.dyninst.org/harmony"
url = "https://www.dyninst.org/sites/default/files/downloads/harmony/ah-4.5.tar.gz"
homepage = "https://github.com/ActiveHarmony/harmony"
url = "https://github.com/ActiveHarmony/harmony/archive/refs/tags/v4.5.tar.gz"
license("LGPL-3.0-only")
version("4.6.0", sha256="9ce5009cfd8e2f4cf5f3536e1fea9993414fc25920fc90d0a2cb56f044787dbb")
version("4.5", sha256="31d9990c8dd36724d336707d260aa4d976e11eaa899c4c7cc11f80a56cdac684")
version("4.6.0", sha256="01011c0c455fca31e5806b03743e27a12161c152253370894876f851242ccd51")
version("4.5", sha256="74bde94f6c4f710a5003b0111f27fe3ba98161505e0155a87e94dd209b586951")
patch(
"fix_logical_bug_in_slave_list_parsing.patch",