diff options
| author | BrewTestBot | 2015-03-18 18:23:55 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-18 18:25:12 +0000 |
| commit | f25b23cc1d509e6425dcf07cd2e246f4d9264ec1 (patch) | |
| tree | b7d27ab5e7d5c42117f8be8e3cb4d6e512522d5b | |
| parent | 9d6e0a328aa61324a571216758b0f4fc35e8199c (diff) | |
| download | homebrew-f25b23cc1d509e6425dcf07cd2e246f4d9264ec1.tar.bz2 | |
qdbm: add 1.8.78 bottle.
| -rw-r--r-- | Library/Formula/qdbm.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/qdbm.rb b/Library/Formula/qdbm.rb index 48dd669b8..50e938d63 100644 --- a/Library/Formula/qdbm.rb +++ b/Library/Formula/qdbm.rb @@ -3,6 +3,13 @@ class Qdbm < Formula url "http://fallabs.com/qdbm/qdbm-1.8.78.tar.gz" sha256 "b466fe730d751e4bfc5900d1f37b0fb955f2826ac456e70012785e012cdcb73e" + bottle do + cellar :any + sha256 "f972348b30472d08534cbe0fdf5044ec229849e8cc9236ecb246a59a986c7501" => :yosemite + sha256 "deb25f34920331d4d02bc49463cff93c7741acb144988905ea05731f28c37a78" => :mavericks + sha256 "bb386d7715c6d46281f05a6678e9fbe2b75fd514f00553584940ea5a2059ed3f" => :mountain_lion + end + def install system "./configure", "--disable-debug", "--prefix=#{prefix}", |
