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

Merge pull request #4073 from uberhacker/add-pre-built-binaries-acpica

Add pre-built binaries for acpica
parents 6abffd37 d759c951
......@@ -8,8 +8,16 @@ class Acpica < Package
source_sha256 '7e0d38d088ff4b2114d08e76201e000091d5a4af40ce7275950759299ba10878'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/acpica-20200326-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/acpica-20200326-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/acpica-20200326-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/acpica-20200326-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '41637c5d867042924c95be3436f0a4f072beef461bf469f76e9fe5afd052a693',
armv7l: '41637c5d867042924c95be3436f0a4f072beef461bf469f76e9fe5afd052a693',
i686: '8c1b85fb9a48bfb2d2b9a27e8fff2805a115e637a8e5bf8a97ca7e982bdfd883',
x86_64: '9a9b44aa60bb4718513ffe3e6531011bceee6baa713e171810578666e1a3a393',
})
def self.build
......
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