summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Kim <justin.joy.9to5@gmail.com>2019-08-23 07:43:59 +0000
committerTim-Philipp Müller <tim@centricular.com>2019-08-23 07:43:59 +0000
commit70e2c26f580860263df7e3f0569ed224205e86c0 (patch)
treed991933b8e06e52443a328de37a43b4a0ad09ed3
parent49befd51416ebeebab561bc5168c3c825e28e588 (diff)
libunwind: bump up to 1.2.1 to support aarch64
-rw-r--r--recipes/libunwind.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libunwind.recipe b/recipes/libunwind.recipe
index e02e4849..70872947 100644
--- a/recipes/libunwind.recipe
+++ b/recipes/libunwind.recipe
@@ -2,11 +2,11 @@
class Recipe(recipe.Recipe):
name = 'libunwind'
- version = '1.1'
+ version = '1.2.1'
licenses = [{License.MIT: ['COPYING']}]
stype = SourceType.TARBALL
url = 'savannah://.tar.gz'
- tarball_checksum = '9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a'
+ tarball_checksum = '3f3ecb90e28cbe53fba7a4a27ccce7aad188d3210bb1964a923a731a27a75acb'
autoreconf = True
files_libs = ['libunwind']