summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Kim <justin.joy.9to5@gmail.com>2019-08-23 07:43:59 +0000
committerNirbheek Chauhan <nirbheek@centricular.com>2020-10-09 02:04:25 +0530
commitec8a4e303a73a4ebb8d4b520c765dda563b52c5a (patch)
treeaf0c3c12b56e24a905cfa56ccc6322c5d657df79
parentc3003b33a191e90d460b951f3281f84b9539e00d (diff)
libunwind: bump up to 1.2.1 to support aarch64
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/634>
-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']