diff options
| author | BrewTestBot | 2014-06-27 15:00:00 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-06-27 15:48:10 +0100 | 
| commit | 9676e81f2ce52577c67dd958901db617665dda70 (patch) | |
| tree | bdd727efcf124755bd6aeed8b1b376f71f8635f5 | |
| parent | eb24e9a234b03f1c9cab636523e6e4ea0ac00d87 (diff) | |
| download | homebrew-9676e81f2ce52577c67dd958901db617665dda70.tar.bz2 | |
check_postgres: add 2.21.0 bottle.
Closes #30485.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/check_postgres.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/check_postgres.rb b/Library/Formula/check_postgres.rb index fbdb9b8f7..c33cf4720 100644 --- a/Library/Formula/check_postgres.rb +++ b/Library/Formula/check_postgres.rb @@ -7,6 +7,13 @@ class CheckPostgres < Formula    head "https://github.com/bucardo/check_postgres.git" +  bottle do +    cellar :any +    sha1 "ff1c0bf88f5db93a9c71e583a8d9675e2db9a0dd" => :mavericks +    sha1 "5de05e3422ee2af8eb25767048a5b5e1fd4b8421" => :mountain_lion +    sha1 "d2d291e11a3720a3d0d8fce6d3409457055bee3c" => :lion +  end +    depends_on :postgresql    def install | 
