diff options
author | Edward Hervey <bilboed@bilboed.com> | 2015-08-16 18:06:31 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2015-08-16 18:06:31 +0200 |
commit | 96c3f3569b5f193c6ac6cc154a53cba557b97f31 (patch) | |
tree | 2c697e5744b6a1b2e23f68de5f4e70ec99539766 | |
parent | 5535a3521cecc2fb8af45afd7348219a09d5c0fa (diff) |
recipes/libass: Bump to 0.12.3
-rw-r--r-- | recipes/libass.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libass.recipe b/recipes/libass.recipe index 1f77cced..952d6453 100644 --- a/recipes/libass.recipe +++ b/recipes/libass.recipe @@ -3,7 +3,7 @@ class Recipe(recipe.Recipe): name = 'libass' - version = '0.12.1' + version = '0.12.3' licenses = [License.BSD_like] stype = SourceType.TARBALL url = 'https://github.com/libass/libass/releases/download/{0}/libass-{0}.tar.gz'.format(version) |