Commit f43d76d0 authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Merge pull request #3524 from uberhacker/add-pre-built-binaries-elfutils

Add pre-built binaries for elfutils
parents b344311d 08ef72b4
......@@ -8,8 +8,16 @@ class Elfutils < Package
source_sha256 'fa489deccbcae7d8c920f60d85906124c1989c591196d90e0fd668e3dc05042e'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/elfutils-0.177-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/elfutils-0.177-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/elfutils-0.177-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/elfutils-0.177-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '515b7c9a5e8de3b1e073b1370e24a331616530a20f91348e291bc0c92ad431d5',
armv7l: '515b7c9a5e8de3b1e073b1370e24a331616530a20f91348e291bc0c92ad431d5',
i686: 'c255e8096b05af371ea1942058f4b5e4a31ba342e6dc1e3062931eb4656e1898',
x86_64: '403d0304956f372da40af8b2af6e00f82ae8db203a782e9c3f48a8028d8f1b5c',
})
depends_on 'xzutils'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment