diff options
| author | BrewTestBot | 2014-06-12 21:06:45 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-06-16 20:29:01 -0700 | 
| commit | 6d621717f19d2ca09a2ca6be2f596c7010a18986 (patch) | |
| tree | 0ae816a82463586d4b5c21a8fe12fcfda7f4f147 /Library/Formula/xulrunner.rb | |
| parent | 7756b1ba626b0b153318453b8f5a4428d63efc87 (diff) | |
| download | homebrew-6d621717f19d2ca09a2ca6be2f596c7010a18986.tar.bz2 | |
xulrunner: update 30.0 bottle.
Closes #30053.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/xulrunner.rb')
| -rw-r--r-- | Library/Formula/xulrunner.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/xulrunner.rb b/Library/Formula/xulrunner.rb index b7bed2464..3481585f6 100644 --- a/Library/Formula/xulrunner.rb +++ b/Library/Formula/xulrunner.rb @@ -38,6 +38,10 @@ class Xulrunner < Formula    sha1 "d987efafc67cb0170c6a5dabb9cede3b98e5c24b"    bottle do +    cellar :any +    sha1 "b9ce9af762ae4fcbafc3812f81461dc01edca322" => :mavericks +    sha1 "390f9aee89766814b38f9aba9360c8dec1a2cb07" => :mountain_lion +    sha1 "7d1245a5c30266fc379ed6d68feb5736741e9019" => :lion    end    devel do  | 
