diff options
author | Luis de Bethencourt <luis.bg@samsung.com> | 2015-03-31 14:31:37 +0100 |
---|---|---|
committer | Luis de Bethencourt <luis.bg@samsung.com> | 2015-03-31 14:32:35 +0100 |
commit | eb593d121a89affc6271466e0257f58921bb9564 (patch) | |
tree | bc08190a0361d7fc59f8d344ed6715e8254d2d2e /recipes/libtasn1.recipe | |
parent | 7f4c16696066ff40d2265f332b482cd161a7b463 (diff) |
libtasn1: Update to 4.4 release
Diffstat (limited to 'recipes/libtasn1.recipe')
-rw-r--r-- | recipes/libtasn1.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libtasn1.recipe b/recipes/libtasn1.recipe index 415c65cf..5659fcd6 100644 --- a/recipes/libtasn1.recipe +++ b/recipes/libtasn1.recipe @@ -2,9 +2,9 @@ class Recipe(recipe.Recipe): name = 'libtasn1' - version = '4.3' + version = '4.4' stype = SourceType.TARBALL - url = 'http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.3.tar.gz' + url = 'http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.4.tar.gz' licenses = [License.LGPLv2_1Plus] files_libs = ['libtasn1'] |