summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2019-09-10 09:29:28 +0200
committerNirbheek Chauhan <nirbheek@centricular.com>2020-10-09 02:04:25 +0530
commitdd958fb43ee8bd53b99d50eec5a800f1b5edd074 (patch)
tree3e67fec12e8a62effec98a108fb688dcf7b4c593
parentec8a4e303a73a4ebb8d4b520c765dda563b52c5a (diff)
recipes: Upgrade libunwind to 1.3.1
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 70872947..df110f7f 100644
--- a/recipes/libunwind.recipe
+++ b/recipes/libunwind.recipe
@@ -2,11 +2,11 @@
class Recipe(recipe.Recipe):
name = 'libunwind'
- version = '1.2.1'
+ version = '1.3.1'
licenses = [{License.MIT: ['COPYING']}]
stype = SourceType.TARBALL
url = 'savannah://.tar.gz'
- tarball_checksum = '3f3ecb90e28cbe53fba7a4a27ccce7aad188d3210bb1964a923a731a27a75acb'
+ tarball_checksum = '43997a3939b6ccdf2f669b50fdb8a4d3205374728c2923ddc2354c65260214f8'
autoreconf = True
files_libs = ['libunwind']