diff options
-rw-r--r-- | recipes/libunwind.recipe | 4 |
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'] |