adlbx: switch url to https (#25642)

This commit is contained in:
Tamara Dahlgren 2021-08-26 16:50:17 -07:00 committed by GitHub
parent bdb02ed535
commit e39c9a7656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ class Adlbx(AutotoolsPackage):
"""ADLB/X: Master-worker library + work stealing and data dependencies"""
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"
version('master', branch='master')