adlbx: switch url to https (#25642)
This commit is contained in:
parent
bdb02ed535
commit
e39c9a7656
@ -11,7 +11,7 @@ class Adlbx(AutotoolsPackage):
|
|||||||
"""ADLB/X: Master-worker library + work stealing and data dependencies"""
|
"""ADLB/X: Master-worker library + work stealing and data dependencies"""
|
||||||
|
|
||||||
homepage = 'http://swift-lang.org/Swift-T'
|
homepage = 'http://swift-lang.org/Swift-T'
|
||||||
url = 'http://swift-lang.github.io/swift-t-downloads/spack/adlbx-1.0.0.tar.gz'
|
url = 'https://swift-lang.github.io/swift-t-downloads/spack/adlbx-1.0.0.tar.gz'
|
||||||
git = "https://github.com/swift-lang/swift-t.git"
|
git = "https://github.com/swift-lang/swift-t.git"
|
||||||
|
|
||||||
version('master', branch='master')
|
version('master', branch='master')
|
||||||
|
Loading…
Reference in New Issue
Block a user