diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2014-01-02 02:36:34 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-02-04 16:27:26 +0100 |
commit | 2f8f38e0f922bfdd504e0f828f4d01bf998dc169 (patch) | |
tree | c960f294c02b4189d7a5d703894cf8704b9d0af1 | |
parent | 4423a30085c57842801d25efe6bb43c9612f9209 (diff) |
libgpg-error: update to 1.12 and use tarballs
-rw-r--r-- | recipes/libgpg-error.recipe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/libgpg-error.recipe b/recipes/libgpg-error.recipe index 2c508118..c11adbbe 100644 --- a/recipes/libgpg-error.recipe +++ b/recipes/libgpg-error.recipe @@ -3,8 +3,10 @@ class Recipe(recipe.Recipe): name = 'libgpg-error' - version = '1.10' + version = '1.12' licenses = [License.LGPLv2_1Plus] + stype = SourceType.TARBALL + url = 'ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-%(version)s.tar.bz2' files_libs = ['libgpg-error'] files_bins = ['gpg-error'] |