diff options
Diffstat (limited to 'recipes/spandsp.recipe')
-rw-r--r-- | recipes/spandsp.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/spandsp.recipe b/recipes/spandsp.recipe index 9c04afc4..11f4d486 100644 --- a/recipes/spandsp.recipe +++ b/recipes/spandsp.recipe @@ -5,7 +5,7 @@ class Recipe(recipe.Recipe): name = 'spandsp' version = '0.0.6' stype = SourceType.TARBALL - url = 'http://www.soft-switch.org/downloads/spandsp/spandsp-%(version)s.tar.gz' + url = 'https://www.soft-switch.org/downloads/spandsp/spandsp-%(version)s.tar.gz' licenses = [License.LGPLv2_1Plus] deps = ['tiff'] allow_parallel_build = False |