pgcli 0.19.2
Closes Homebrew/homebrew#45009. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
4bc141bde4
commit
f72af01a91
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
class Pgcli < Formula
|
||||
desc "CLI for Postgres with auto-completion and syntax highlighting"
|
||||
homepage "http://pgcli.com/"
|
||||
url "https://pypi.python.org/packages/source/p/pgcli/pgcli-0.19.1.tar.gz"
|
||||
sha256 "0d383203279be0b7fff469b55de88a4ed540290fd6b1292d64aa1f0923b76217"
|
||||
url "https://pypi.python.org/packages/source/p/pgcli/pgcli-0.19.2.tar.gz"
|
||||
sha256 "a6bb96ca849c4e5e99330910581a339dd9f0a17c0e4153ad3ab6b74ca282df36"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -27,8 +27,8 @@ class Pgcli < Formula
|
|||
end
|
||||
|
||||
resource "prompt_toolkit" do
|
||||
url "https://pypi.python.org/packages/source/p/prompt_toolkit/prompt_toolkit-0.45.tar.gz"
|
||||
sha256 "553fd2b9169674adacf227ede2e056c2bbd7181a4a3ca614960467c0720997a6"
|
||||
url "https://pypi.python.org/packages/source/p/prompt_toolkit/prompt_toolkit-0.46.tar.gz"
|
||||
sha256 "1aa25cb9772e1e27d12f7920b5a514421ab763231067119bbd2f8b1574b409fb"
|
||||
end
|
||||
|
||||
resource "psycopg2" do
|
||||
|
@ -47,8 +47,8 @@ class Pgcli < Formula
|
|||
end
|
||||
|
||||
resource "sqlparse" do
|
||||
url "https://pypi.python.org/packages/source/s/sqlparse/sqlparse-0.1.14.tar.gz"
|
||||
sha256 "e561e31853ab9f3634a1a2bd53035f9e47dfb203d56b33cc6569047ba087daf0"
|
||||
url "https://pypi.python.org/packages/source/s/sqlparse/sqlparse-0.1.16.tar.gz"
|
||||
sha256 "678c6c36ca4b01405177da8b84eecf92ec92c9f6c762396c965bb5d305f20f81"
|
||||
end
|
||||
|
||||
resource "wcwidth" do
|
||||
|
|
Loading…
Reference in a new issue