mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
updater-libunwind-1.8.3 — libunwind → 1.8.3 (#13023)
* Add unbuilt libunwind to updater-libunwind-1.8.3 * updater-libunwind-1.8.3: Package File Update Run on linux/386 container. * updater-libunwind-1.8.3: Package File Update Run on linux/amd64 container. * updater-libunwind-1.8.3: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d40493da98
commit
620ae3e65d
@@ -1,4 +1,4 @@
|
||||
# Total size: 2944625
|
||||
# Total size: 2900856
|
||||
/usr/local/include/libunwind-arm.h
|
||||
/usr/local/include/libunwind-common.h
|
||||
/usr/local/include/libunwind-coredump.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 2689829
|
||||
# Total size: 2689160
|
||||
/usr/local/include/libunwind-common.h
|
||||
/usr/local/include/libunwind-coredump.h
|
||||
/usr/local/include/libunwind-dynamic.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 3001535
|
||||
# Total size: 3000500
|
||||
/usr/local/include/libunwind-common.h
|
||||
/usr/local/include/libunwind-coredump.h
|
||||
/usr/local/include/libunwind-dynamic.h
|
||||
|
||||
@@ -4,7 +4,7 @@ require 'buildsystems/autotools'
|
||||
class Libunwind < Autotools
|
||||
description 'libunwind is a portable and efficient C programming interface (API) to determine the call-chain of a program.'
|
||||
homepage 'https://www.nongnu.org/libunwind/'
|
||||
version '1.8.2'
|
||||
version '1.8.3'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/libunwind/libunwind.git'
|
||||
@@ -12,10 +12,10 @@ class Libunwind < Autotools
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '055e943710657c9ab452eac188e876f074228f1f212711c6e20570fd07c74dc9',
|
||||
armv7l: '055e943710657c9ab452eac188e876f074228f1f212711c6e20570fd07c74dc9',
|
||||
i686: '603a322abd5a8815f28f8f3e7774bab70119ed3396a81378e3bbc0dea6d52a1a',
|
||||
x86_64: 'd075e57a6088eb14daf353bc716125a3b25dc7d14465ca5615a96b8bb17b5fbc'
|
||||
aarch64: '4d1ffede13101af1422135afd10687757c0f13ec66255470a9531f7470136ca4',
|
||||
armv7l: '4d1ffede13101af1422135afd10687757c0f13ec66255470a9531f7470136ca4',
|
||||
i686: '1c1c3919cca46f61d71d46c6f3182e01461c6fe19024b69603dcfa02061c546c',
|
||||
x86_64: 'f1dbd4e2888576534d8f1fa7d20dc6f7a4d7c408265bc5def3e98ace3187197e'
|
||||
})
|
||||
|
||||
depends_on 'gcc_lib' # R
|
||||
|
||||
Reference in New Issue
Block a user