pgcli: move to OpenSSL 1.1
This commit is contained in:
parent
92321a3033
commit
0b7e693a3e
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ class Pgcli < Formula
|
||||||
homepage "https://pgcli.com/"
|
homepage "https://pgcli.com/"
|
||||||
url "https://files.pythonhosted.org/packages/5a/2a/9821c4a30d79fafdefeff7b071639b0968e1d54710430f2da16f8124fc37/pgcli-2.1.1.tar.gz"
|
url "https://files.pythonhosted.org/packages/5a/2a/9821c4a30d79fafdefeff7b071639b0968e1d54710430f2da16f8124fc37/pgcli-2.1.1.tar.gz"
|
||||||
sha256 "84e0817a29c3cacaaaf85351422bdb90f230f2550e4af558c25536fd235ab6ca"
|
sha256 "84e0817a29c3cacaaaf85351422bdb90f230f2550e4af558c25536fd235ab6ca"
|
||||||
|
revision 1
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
@ -15,7 +16,7 @@ class Pgcli < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "libpq"
|
depends_on "libpq"
|
||||||
depends_on "openssl"
|
depends_on "openssl@1.1"
|
||||||
depends_on "python"
|
depends_on "python"
|
||||||
|
|
||||||
resource "backports.csv" do
|
resource "backports.csv" do
|
||||||
|
|
Loading…
Reference in a new issue