diff options
Diffstat (limited to 'recipes/libdca.recipe')
-rw-r--r-- | recipes/libdca.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libdca.recipe b/recipes/libdca.recipe index 6e8c680a..3f870744 100644 --- a/recipes/libdca.recipe +++ b/recipes/libdca.recipe @@ -4,7 +4,7 @@ class Recipe(recipe.Recipe): name = 'libdca' version = '0.0.5' stype = SourceType.TARBALL - url = 'http://download.videolan.org/pub/videolan/libdca/%(version)s/libdca-%(version)s.tar.bz2' + url = 'https://download.videolan.org/pub/videolan/libdca/%(version)s/libdca-%(version)s.tar.bz2' licenses = [License.GPL] patches = ['libdca/0001-Disable-AC_C_ALWAYS_INLINE.patch'] autoreconf = True |