diff options
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 e8cf1773e..5cc73cb6d 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-20140627.tar.gz" -  sha1 "091660ae47067b28b68ac843f06909f5183d15cc" +  url "https://acpica.org/sites/acpica/files/acpica-unix2-20140926.tar.gz" +  sha1 "f4a2c8e7afd7441e98b0878c1fff5ffaba2258bd"    bottle do      cellar :any  | 
