diff options
Diffstat (limited to 'recipes/speex.recipe')
-rw-r--r-- | recipes/speex.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/speex.recipe b/recipes/speex.recipe index abaa5ce5..8dd40818 100644 --- a/recipes/speex.recipe +++ b/recipes/speex.recipe @@ -5,7 +5,7 @@ class Recipe(recipe.Recipe): name = 'speex' version = '1.2rc2' stype = SourceType.TARBALL - url = 'http://downloads.xiph.org/releases/speex/speex-%(version)s.tar.gz' + url = 'https://downloads.xiph.org/releases/speex/speex-%(version)s.tar.gz' licenses = [License.BSD_like] deps = ['libogg'] allow_parallel_build = False |