acpica: update style
This commit is contained in:
parent
d85910a6dc
commit
cd5af6fcd4
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue