summaryrefslogtreecommitdiff
path: root/recipes/fontconfig.recipe
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2014-03-28 16:10:41 +0100
committerThibault Saunier <tsaunier@gnome.org>2014-06-16 14:44:40 +0200
commit39c17676e03742dc3b40a6b0432262fade2b42ae (patch)
tree20f560bfc5eb1849e27695c3ecb1725de544b15c /recipes/fontconfig.recipe
parent9294b420fd9a73255323f56270cb596266eab8a1 (diff)
recipes: Use %(version)s for tarbal urls all around
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 f5a36497..2bb4eca6 100644
--- a/recipes/fontconfig.recipe
+++ b/recipes/fontconfig.recipe
@@ -6,7 +6,7 @@ class Recipe(recipe.Recipe):
name = 'fontconfig'
version = '2.11.1'
stype = SourceType.TARBALL
- url = 'http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.11.1.tar.bz2'
+ url = 'http://www.freedesktop.org/software/fontconfig/release/fontconfig-%(version)s.tar.gz'
licenses = [License.MIT]
configure_options = '--disable-docs'
deps = ['expat', 'freetype', 'zlib', 'bzip2']