summaryrefslogtreecommitdiff
path: root/recipes/libtasn1.recipe
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2018-02-21 16:08:29 +0100
committerEdward Hervey <bilboed@bilboed.com>2018-02-21 16:08:29 +0100
commit15f0247f0bd83048e708267e452b43ff1b3486f6 (patch)
treee0eb3b2cf2eb14c527f57eece8e4fae6b3fb90fa /recipes/libtasn1.recipe
parenteca834a0f62d1acf8a77d27e80e0b9f0845e6800 (diff)
recipes: Upgrade libtasn1 to 4.13
Diffstat (limited to 'recipes/libtasn1.recipe')
-rw-r--r--recipes/libtasn1.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libtasn1.recipe b/recipes/libtasn1.recipe
index 0cd0af3f..1caddd5c 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.12'
+ version = '4.13'
stype = SourceType.TARBALL
url = 'http://ftp.gnu.org/gnu/libtasn1/libtasn1-{0}.tar.gz'.format(version)
licenses = [License.LGPLv2_1Plus]