gdbm: add bottle.
This commit is contained in:
parent
c622c49135
commit
13ea05ae03
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class Gdbm < Formula
|
|||
mirror 'http://ftp.gnu.org/gnu/gdbm/gdbm-1.11.tar.gz'
|
||||
sha1 'ce433d0f192c21d41089458ca5c8294efe9806b4'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "8d6f002454ffe4ea8332fa10a9f91be45c5ba34c" => :mavericks
|
||||
sha1 "5473f06f355c17825f388a0bf4717905b209ce2e" => :mountain_lion
|
||||
sha1 "bbce3c28c939be838375a99fa965e488d4186b2a" => :lion
|
||||
end
|
||||
|
||||
option :universal
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue