diff options
Diffstat (limited to 'recipes/soundtouch.recipe')
-rw-r--r-- | recipes/soundtouch.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/soundtouch.recipe b/recipes/soundtouch.recipe index 369c26f2..6d49c15d 100644 --- a/recipes/soundtouch.recipe +++ b/recipes/soundtouch.recipe @@ -6,7 +6,7 @@ class Recipe(recipe.Recipe): name = 'soundtouch' version = '1.9.2' stype = SourceType.TARBALL - url = 'http://www.surina.net/soundtouch/soundtouch-%(version)s.tar.gz' + url = 'https://www.surina.net/soundtouch/soundtouch-%(version)s.tar.gz' tarball_dirname = 'soundtouch' licenses = [License.LGPLv2_1Plus] autoreconf_sh = './bootstrap' |