aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-06-29 04:47:43 +0100
committerMike McQuaid2014-06-29 12:16:03 +0100
commit6c22cb0271610760f290462c684db9a0bd8b638b (patch)
treeba0d13e626b23301d901205bc2462b7f166523a3 /Library
parent560008c6733256902581b01316ab3f182122b758 (diff)
downloadhomebrew-6c22cb0271610760f290462c684db9a0bd8b638b.tar.bz2
acpica: add 20140627 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/acpica.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/acpica.rb b/Library/Formula/acpica.rb
index 4cf1092a9..e8cf1773e 100644
--- a/Library/Formula/acpica.rb
+++ b/Library/Formula/acpica.rb
@@ -6,6 +6,13 @@ class Acpica < Formula
url "https://acpica.org/sites/acpica/files/acpica-unix2-20140627.tar.gz"
sha1 "091660ae47067b28b68ac843f06909f5183d15cc"
+ bottle do
+ cellar :any
+ sha1 "355fadcc05a553d6ce9e07ff3093c6656e9b3270" => :mavericks
+ sha1 "fd2dfabd50acb1952273d7d8981737f65112359e" => :mountain_lion
+ sha1 "f9969f8a4c60c82de1c1f51b96d32146e4f94a22" => :lion
+ end
+
def install
ENV.deparallelize
system "make", "HOST=_APPLE", "PREFIX=#{prefix}"