diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-02-26 12:53:15 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-02-26 13:04:04 +0200 |
commit | b0e62ffb9a73b27b82de8197547bd757a2ee85f6 (patch) | |
tree | 3c3a6c0d5cb35a73c744ce7daf63f65a1b4f3f7a /recipes/libtasn1.recipe | |
parent | e8b0c7762ffdc265db786a41523bcc79b6ceeb2d (diff) |
libtasn1: Update to 4.10
Diffstat (limited to 'recipes/libtasn1.recipe')
-rw-r--r-- | recipes/libtasn1.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libtasn1.recipe b/recipes/libtasn1.recipe index ba2fce77..db199921 100644 --- a/recipes/libtasn1.recipe +++ b/recipes/libtasn1.recipe @@ -4,7 +4,7 @@ from cerbero.utils import needs_xcode8_sdk_workaround class Recipe(recipe.Recipe): name = 'libtasn1' - version = '4.9' + version = '4.10' stype = SourceType.TARBALL url = 'http://ftp.gnu.org/gnu/libtasn1/libtasn1-{0}.tar.gz'.format(version) licenses = [License.LGPLv2_1Plus] |