# HG changeset patch # User Malcolm Matalka # Date 1555264808 -7200 # Sun Apr 14 20:00:08 2019 +0200 # Node ID 0c35fdf80c1f530acc3cf053a2679679533c03c9 # Parent 4875c6e0c6c82f08c8ca02a543d3de3eb439528e FIX otls download path diff --git a/hll.conf b/hll.conf --- a/hll.conf +++ b/hll.conf @@ -7,9 +7,9 @@ bug_reports = "https://bitbucket.org/acslab/otls/issues" dev_repo = "git@bitbucket.org:acslab/otls.git" -url_template = "git@bitbucket.org:acslab/otls.git#{tag}" +url_template = "http://acsl-pkgs.s3.amazonaws.com/otls-{tag}.tar.gz" url_pattern = "{tag}" -url_protocol = "git" +url_protocol = "http" build_deps = ["merlin-of-pds"]