summaryrefslogtreecommitdiff
path: root/recipes/libdv.recipe
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-07-22 12:37:34 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-07-22 12:37:34 +0530
commitfb3729a9c9863b5fe58df1858be8036ed837b62c (patch)
tree5818e09de1be24f95ca8e3b1320fb5a313443d94 /recipes/libdv.recipe
parent3e86ad23ca623499023d7a7256119d53363f535a (diff)
recipes: Move all recipes to HTTPS
Also add a check in Cerbero to ensure that no insecure URLs are used.
Diffstat (limited to 'recipes/libdv.recipe')
-rw-r--r--recipes/libdv.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libdv.recipe b/recipes/libdv.recipe
index e3d523f2..f15ec7b6 100644
--- a/recipes/libdv.recipe
+++ b/recipes/libdv.recipe
@@ -5,7 +5,7 @@ class Recipe(recipe.Recipe):
name = 'libdv'
version = '1.0.0'
stype = SourceType.TARBALL
- url = 'http://sourceforge.net/projects/libdv/files/libdv/%(version)s/libdv-%(version)s.tar.gz'
+ url = 'https://download.sourceforge.net/libdv/libdv-%(version)s.tar.gz'
licenses = [License.LGPLv2_1Plus]
autoreconf = True
patches = ['libdv/0001-Check-properly-for-sched_setscheduler.patch',