bibclean: add 2.16 bottle.
Closes Homebrew/homebrew#30772. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
c86da83e18
commit
511a98f00a
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Bibclean < Formula
|
||||||
url "http://ftp.math.utah.edu/pub/bibclean/bibclean-2.16.tar.gz"
|
url "http://ftp.math.utah.edu/pub/bibclean/bibclean-2.16.tar.gz"
|
||||||
sha1 "f6790cd97e7fe05abce06c991d58e96b4b53ad04"
|
sha1 "f6790cd97e7fe05abce06c991d58e96b4b53ad04"
|
||||||
|
|
||||||
|
bottle do
|
||||||
|
cellar :any
|
||||||
|
sha1 "f3a198aa80f7868c204101ee3bb4266135acba47" => :mavericks
|
||||||
|
sha1 "41d45fc6810d9bd2fac6e5f8b752273dd46f1ac6" => :mountain_lion
|
||||||
|
sha1 "3a0073569934c6d4cf831619842001e2e394679c" => :lion
|
||||||
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
ENV.deparallelize
|
ENV.deparallelize
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue