diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2014-03-28 16:10:41 +0100 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2014-06-16 14:44:40 +0200 |
commit | 39c17676e03742dc3b40a6b0432262fade2b42ae (patch) | |
tree | 20f560bfc5eb1849e27695c3ecb1725de544b15c /recipes/harfbuzz.recipe | |
parent | 9294b420fd9a73255323f56270cb596266eab8a1 (diff) |
recipes: Use %(version)s for tarbal urls all around
Diffstat (limited to 'recipes/harfbuzz.recipe')
-rw-r--r-- | recipes/harfbuzz.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/harfbuzz.recipe b/recipes/harfbuzz.recipe index 64864a4d..f607bcea 100644 --- a/recipes/harfbuzz.recipe +++ b/recipes/harfbuzz.recipe @@ -5,7 +5,7 @@ class Recipe(recipe.Recipe): name = 'harfbuzz' version = '0.9.24' stype = SourceType.TARBALL - url = 'http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.24.tar.bz2' + url = 'http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%(version)s.tar.bz2' licenses = [License.LGPLv2Plus] deps = ['fontconfig', 'cairo', 'glib'] |