diff options
Diffstat (limited to 'recipes/sbc.recipe')
-rw-r--r-- | recipes/sbc.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/sbc.recipe b/recipes/sbc.recipe index fcd7c18e..488819b3 100644 --- a/recipes/sbc.recipe +++ b/recipes/sbc.recipe @@ -4,7 +4,7 @@ class Recipe(recipe.Recipe): name = 'sbc' version = '1.3' stype = SourceType.TARBALL - url = 'http://www.kernel.org/pub/linux/bluetooth/sbc-%(version)s.tar.gz' + url = 'https://www.kernel.org/pub/linux/bluetooth/sbc-%(version)s.tar.gz' licenses = [License.LGPLv2_1Plus] files_libs = ['libsbc'] files_devel = ['include/sbc/sbc.h', 'lib/pkgconfig/sbc.pc'] |