Skip to content

Commit 462c1e2

Browse files
committed
oci-cli 3.11.1
Closes Homebrew#106192. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
1 parent cc029fe commit 462c1e2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/oci-cli.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class OciCli < Formula
33

44
desc "Oracle Cloud Infrastructure CLI"
55
homepage "https://docs.cloud.oracle.com/iaas/Content/API/Concepts/cliconcepts.htm"
6-
url "https://files.pythonhosted.org/packages/7f/56/3e3c28b6595231e7970385e59a2e249e106a3b674ac9511ceaed2abee42e/oci-cli-3.11.0.tar.gz"
7-
sha256 "899f08b808855a669a97a96e735e648623968ba9aad0059c32aa68583a004d88"
6+
url "https://files.pythonhosted.org/packages/98/25/1337831a945c908821e10fa974f9f5a5190c8ecf5d4aa79723240476af5e/oci-cli-3.11.1.tar.gz"
7+
sha256 "d3bee084f28f9ae98320dc20ef06eb0e745247a650bc378e458705e799b35f8a"
88
license any_of: ["UPL-1.0", "Apache-2.0"]
99
head "https://github.com/oracle/oci-cli.git", branch: "master"
1010

@@ -37,8 +37,8 @@ class OciCli < Formula
3737
end
3838

3939
resource "circuitbreaker" do
40-
url "https://files.pythonhosted.org/packages/27/3f/2e8de6f352fddfd07eca3072b4757f68f5dd2032d4b2ad8e115c6b1bf5bc/circuitbreaker-1.3.2.tar.gz"
41-
sha256 "747d4ced5c0797e2ab1d3e00a03b312db23e7ec65106148fc63beec25bbba50f"
40+
url "https://files.pythonhosted.org/packages/92/ec/7f1dd19e3878f5391afb508e6a2fd8d9e5b176ca2992b90b55926c7341d8/circuitbreaker-1.4.0.tar.gz"
41+
sha256 "80b7bda803d9a20e568453eb26f3530cd9bf602d6414f6ff6a74c611603396d2"
4242
end
4343

4444
resource "click" do
@@ -47,8 +47,8 @@ class OciCli < Formula
4747
end
4848

4949
resource "cryptography" do
50-
url "https://files.pythonhosted.org/packages/9b/77/461087a514d2e8ece1c975d8216bc03f7048e6090c5166bc34115afdaa53/cryptography-3.4.7.tar.gz"
51-
sha256 "3d10de8116d25649631977cb37da6cbdd2d6fa0e0281d014a5b7d337255ca713"
50+
url "https://files.pythonhosted.org/packages/51/05/bb2b681f6a77276fc423d04187c39dafdb65b799c8d87b62ca82659f9ead/cryptography-37.0.2.tar.gz"
51+
sha256 "f224ad253cc9cea7568f49077007d2263efa57396a2f2f78114066fd54b5c68e"
5252
end
5353

5454
resource "jmespath" do
@@ -57,8 +57,8 @@ class OciCli < Formula
5757
end
5858

5959
resource "oci" do
60-
url "https://files.pythonhosted.org/packages/38/0a/e3fb157ffb47ea151dd3ff6972e0123ebf1eac442af065dbe937ff4c24ea/oci-2.75.0.tar.gz"
61-
sha256 "69494e42048c991c6b4920b8b4351b0edda262b5de1fd627ff729caac7cf75a1"
60+
url "https://files.pythonhosted.org/packages/cd/14/8624d70ce32325a2230a35d031b1941540eecf5f14e6b026271bf15dbd7e/oci-2.75.1.tar.gz"
61+
sha256 "7d214cba990d5fae0463890c54f1c5a27e24be450062f55a6934816c842c16b8"
6262
end
6363

6464
resource "prompt-toolkit" do
@@ -72,8 +72,8 @@ class OciCli < Formula
7272
end
7373

7474
resource "pyOpenSSL" do
75-
url "https://files.pythonhosted.org/packages/0d/1d/6cc4bd4e79f78be6640fab268555a11af48474fac9df187c3361a1d1d2f0/pyOpenSSL-19.1.0.tar.gz"
76-
sha256 "9a24494b2602aaf402be5c9e30a0b82d4a5c67528fe8fb475e3f3bc00dd69507"
75+
url "https://files.pythonhosted.org/packages/35/d3/d6a9610f19d943e198df502ae660c6b5acf84cc3bc421a2aa3c0fb6b21d1/pyOpenSSL-22.0.0.tar.gz"
76+
sha256 "660b1b1425aac4a1bea1d94168a85d99f0b3144c869dd4390d27629d0087f1bf"
7777
end
7878

7979
resource "python-dateutil" do

0 commit comments

Comments
 (0)