diff options
| author | Amjith Ramanujam | 2015-04-02 18:48:50 -0700 |
|---|---|---|
| committer | Tim D. Smith | 2015-04-02 20:50:16 -0700 |
| commit | 6f3b2f1ccfff91067c9f2e80f0d50ab12abebbf8 (patch) | |
| tree | 4469637ccc62a90c4433b166277ba77008019c43 /Library | |
| parent | 79b57033f17548a2c4b136b7ab29614c1fe26eb1 (diff) | |
| download | homebrew-6f3b2f1ccfff91067c9f2e80f0d50ab12abebbf8.tar.bz2 | |
pgcli 0.16.3
Closes #38326.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pgcli.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/pgcli.rb b/Library/Formula/pgcli.rb index eb7fa45ec..1402ad4b1 100644 --- a/Library/Formula/pgcli.rb +++ b/Library/Formula/pgcli.rb @@ -1,7 +1,7 @@ class Pgcli < Formula homepage "http://pgcli.com/" - url "https://pypi.python.org/packages/source/p/pgcli/pgcli-0.10.2.tar.gz" - sha1 "c34330335e08418aba1c406ac846b37daaf21262" + url "https://pypi.python.org/packages/source/p/pgcli/pgcli-0.16.3.tar.gz" + sha1 "747e8505514255833738a0ded3809728d942dda7" bottle do cellar :any @@ -20,8 +20,8 @@ class Pgcli < Formula end resource "prompt_toolkit" do - url "https://pypi.python.org/packages/source/p/prompt_toolkit/prompt_toolkit-0.25.tar.gz" - sha1 "c0f009bd13128c7e385ff485afd88a82bab2d986" + url "https://pypi.python.org/packages/source/p/prompt_toolkit/prompt_toolkit-0.26.tar.gz" + sha1 "4ca53785d38c396fa4e86453dd625fdd450110b9" end resource "psycopg2" do |
