summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2014-01-02 02:36:34 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-02-04 16:27:26 +0100
commit2f8f38e0f922bfdd504e0f828f4d01bf998dc169 (patch)
treec960f294c02b4189d7a5d703894cf8704b9d0af1
parent4423a30085c57842801d25efe6bb43c9612f9209 (diff)
libgpg-error: update to 1.12 and use tarballs
-rw-r--r--recipes/libgpg-error.recipe4
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']