diff options
| author | Adam Vandenberg | 2014-05-31 15:36:04 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-31 15:36:04 -0700 |
| commit | 530f41e078bfbb04bb9c6f81687fc50bbffedfbd (patch) | |
| tree | 20fd968063c57ba47f87d7279bd01f48a6a4fffd | |
| parent | 707b1ec5737d7582f100ac3ec90eb621ee78b72d (diff) | |
| download | homebrew-530f41e078bfbb04bb9c6f81687fc50bbffedfbd.tar.bz2 | |
acpica: update style
| -rw-r--r-- | Library/Formula/acpica.rb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/acpica.rb b/Library/Formula/acpica.rb index e75b51690..97297224a 100644 --- a/Library/Formula/acpica.rb +++ b/Library/Formula/acpica.rb @@ -1,11 +1,10 @@ -require 'formula' +require "formula" class Acpica < Formula - homepage 'https://www.acpica.org/' - url 'https://acpica.org/sites/acpica/files/acpica-unix2-20140424.tar.gz' - sha1 '6ed59f9099b73dfe901a811c4d5bf333da6fb53f' - - head 'https://github.com/acpica/acpica.git' + homepage "https://www.acpica.org/" + head "https://github.com/acpica/acpica.git" + url "https://acpica.org/sites/acpica/files/acpica-unix2-20140424.tar.gz" + sha1 "6ed59f9099b73dfe901a811c4d5bf333da6fb53f" def install ENV.deparallelize |
