diff options
| author | BrewTestBot | 2014-07-10 23:04:36 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-12 11:55:32 -0700 |
| commit | 273996b3436a46b94954f904cb463a20050da324 (patch) | |
| tree | ec273899bd0d54fca2a159b8f3554f995f17b16d /Library/Formula | |
| parent | 1cb329dbf042d9816a2008fff1e10613543ba57b (diff) | |
| download | homebrew-273996b3436a46b94954f904cb463a20050da324.tar.bz2 | |
bibclean: add 2.16 bottle.
Closes #30772.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bibclean.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/bibclean.rb b/Library/Formula/bibclean.rb index e0d109a09..3633d7d2a 100644 --- a/Library/Formula/bibclean.rb +++ b/Library/Formula/bibclean.rb @@ -5,6 +5,13 @@ class Bibclean < Formula url "http://ftp.math.utah.edu/pub/bibclean/bibclean-2.16.tar.gz" sha1 "f6790cd97e7fe05abce06c991d58e96b4b53ad04" + bottle do + cellar :any + sha1 "f3a198aa80f7868c204101ee3bb4266135acba47" => :mavericks + sha1 "41d45fc6810d9bd2fac6e5f8b752273dd46f1ac6" => :mountain_lion + sha1 "3a0073569934c6d4cf831619842001e2e394679c" => :lion + end + def install ENV.deparallelize |
