diff options
| author | Liang Qi | 2014-11-18 12:29:17 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-11-18 12:05:55 +0000 | 
| commit | 1df41ace6b3684135aea7b036c8125675d734e3f (patch) | |
| tree | 5997dae68d8f684739c67815fbe0fd367f12cd3c /Library/Formula/acpica.rb | |
| parent | f2ea7ea1735f73e409a07a905b308f671a7d8254 (diff) | |
| download | homebrew-1df41ace6b3684135aea7b036c8125675d734e3f.tar.bz2 | |
acpica 20141107
Closes #34282.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/acpica.rb')
| -rw-r--r-- | Library/Formula/acpica.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/acpica.rb b/Library/Formula/acpica.rb index c027da145..34cafe930 100644 --- a/Library/Formula/acpica.rb +++ b/Library/Formula/acpica.rb @@ -3,8 +3,8 @@ require "formula"  class Acpica < Formula    homepage "https://www.acpica.org/"    head "https://github.com/acpica/acpica.git" -  url "https://acpica.org/sites/acpica/files/acpica-unix2-20140926.tar.gz" -  sha1 "f4a2c8e7afd7441e98b0878c1fff5ffaba2258bd" +  url "https://acpica.org/sites/acpica/files/acpica-unix2-20141107.tar.gz" +  sha1 "49e4cbfa39d84f8832cf82455112c868990ef340"    bottle do      cellar :any  | 
