summaryrefslogtreecommitdiff
path: root/recipes/fontconfig.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/fontconfig.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/fontconfig.recipe')
-rw-r--r--recipes/fontconfig.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/fontconfig.recipe b/recipes/fontconfig.recipe
index 79210dad..09f31e7e 100644
--- a/recipes/fontconfig.recipe
+++ b/recipes/fontconfig.recipe
@@ -6,7 +6,7 @@ class Recipe(recipe.Recipe):
name = 'fontconfig'
version = '2.12.6'
stype = SourceType.TARBALL
- url = 'http://www.freedesktop.org/software/fontconfig/release/fontconfig-%(version)s.tar.gz'
+ url = 'https://www.freedesktop.org/software/fontconfig/release/fontconfig-%(version)s.tar.gz'
licenses = [License.MIT]
configure_options = '--disable-docs'
deps = ['expat', 'freetype', 'zlib', 'bzip2']