diff options
| author | BrewTestBot | 2015-01-10 16:44:38 +0000 |
|---|---|---|
| committer | Tim D. Smith | 2015-01-10 10:36:39 -0800 |
| commit | 70c5638ec5b4f61d6888d9da3c8f7d1efecedd09 (patch) | |
| tree | dc5b810ef463fe316e16a829cfad80a6bdf81394 | |
| parent | 0c873454c6920e478997803f1cad39abf4c65e3b (diff) | |
| download | homebrew-70c5638ec5b4f61d6888d9da3c8f7d1efecedd09.tar.bz2 | |
pgcli: add 0.10.2 bottle.
| -rw-r--r-- | Library/Formula/pgcli.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/pgcli.rb b/Library/Formula/pgcli.rb index c4f2b0d45..eb7fa45ec 100644 --- a/Library/Formula/pgcli.rb +++ b/Library/Formula/pgcli.rb @@ -3,6 +3,13 @@ class Pgcli < Formula url "https://pypi.python.org/packages/source/p/pgcli/pgcli-0.10.2.tar.gz" sha1 "c34330335e08418aba1c406ac846b37daaf21262" + bottle do + cellar :any + sha1 "3b215a030f7a46840d0a3f0e43a3888c0e4a54b7" => :yosemite + sha1 "fe811167e529ca7b87da5608d831207ea2b98000" => :mavericks + sha1 "5877b78ca0243107a4c1baebf635d1e5fa6ee1fb" => :mountain_lion + end + depends_on :python if MacOS.version <= :snow_leopard depends_on "openssl" depends_on :postgresql |
