opencoarrays: Correct download url, update version (#3322)
This commit is contained in:
parent
9ec148e484
commit
37eb59622d
1 changed files with 2 additions and 1 deletions
|
@ -34,8 +34,9 @@ class Opencoarrays(CMakePackage):
|
|||
"""
|
||||
|
||||
homepage = "http://www.opencoarrays.org/"
|
||||
url = "https://github.com/sourceryinstitute/opencoarrays/releases/download/1.7.4/OpenCoarrays-1.7.4.tar.gz"
|
||||
url = "https://github.com/sourceryinstitute/OpenCoarrays/releases/download/1.8.4/OpenCoarrays-1.8.4.tar.gz"
|
||||
|
||||
version('1.8.4', '7c9eaffc3a0b5748d0d840e52ec9d4ad')
|
||||
version('1.8.0', 'ca78d1507b2a118c75128c6c2e093e27')
|
||||
version('1.7.4', '85ba87def461e3ff5a164de2e6482930')
|
||||
version('1.6.2', '5a4da993794f3e04ea7855a6678981ba')
|
||||
|
|
Loading…
Reference in a new issue