Skip to content

Commit

Permalink
Merge pull request #139032 from chenrui333/bump-oci-cli-3.30.2
Browse files Browse the repository at this point in the history
oci-cli 3.30.2
  • Loading branch information
BrewTestBot committed Aug 9, 2023
2 parents bc04c4d + e9a8048 commit 631d2de
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions Formula/oci-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,19 @@ class OciCli < Formula

desc "Oracle Cloud Infrastructure CLI"
homepage "https://docs.cloud.oracle.com/iaas/Content/API/Concepts/cliconcepts.htm"
url "https://files.pythonhosted.org/packages/37/2a/802b77b9abe1c49f51a6c0e759f351c31040c703a5fc05b40f21dee0812b/oci-cli-3.30.1.tar.gz"
sha256 "e7d96c069b790d018a4aa0b5207b1556b66020d6da34621343ef8cc3d676a319"
url "https://files.pythonhosted.org/packages/73/68/6e66526d4ca409cd32db549080647b0c98fa78bbfcaeb325ed7330e2570c/oci-cli-3.30.2.tar.gz"
sha256 "14594efba806eff5c20514799c785fa433c50a68eab4b390a9b83d27e87c1787"
license any_of: ["UPL-1.0", "Apache-2.0"]
revision 1
head "https://github.com/oracle/oci-cli.git", branch: "master"

bottle do
rebuild 2
sha256 cellar: :any_skip_relocation, arm64_ventura: "12cf47112e113ee484f9f39921552fca000c2f231cd20de4d807bd77185bf928"
sha256 cellar: :any_skip_relocation, arm64_monterey: "de148830f2bbc69d36bf1eab7ba4ed74e774fe680cd88acb5bff59d0c14b1439"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "880c2f8bab7b13af46e2fd9364136cec8125dfacc07e1a2a577edb730c927903"
sha256 cellar: :any_skip_relocation, ventura: "da5732c169f1ed82468984cda160730fcc76bf70d485f212eb212003e4d9155d"
sha256 cellar: :any_skip_relocation, monterey: "5a055980e46ccb891407b3a221a61a6eaa8b053071428c87d29f097ed22cf216"
sha256 cellar: :any_skip_relocation, big_sur: "b170805b942505078d76ee3110cef75395896cb3af87d92238ba012ce12d7856"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d91dd13f23c8750a1f72b720a020afba95568cdc3d6b95c2e468f80b0ec0424d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b949b2cfd127fdd0d142cdcea1d8bb7ad63498fb25193c052eb8cbd16f912f31"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1e74a0fcd712fd36f2b4368eadbc905671b105402244a572ec58e595ce720ddd"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "51774cda2cf9031a058459104a183206536ae02801a370fc57de492172443dd1"
sha256 cellar: :any_skip_relocation, ventura: "769d21606ead12e7d66ca434052421ba27ab2b882681ef1bb8ae9221b51d0231"
sha256 cellar: :any_skip_relocation, monterey: "e987aeabc26ec66c7d38929491756a297f6a81a36624e4817e5c7d4111102dba"
sha256 cellar: :any_skip_relocation, big_sur: "cafb7278fd73342a47bf4738bfb19c62bb035f0728edf778b1fbf1a6c469d445"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a923f9c6bdbfd59472507f5a6aa161c689881b01108e71af1d4b3dca9277e6be"
end

depends_on "cffi"
Expand Down Expand Up @@ -48,8 +46,8 @@ class OciCli < Formula
end

resource "oci" do
url "https://files.pythonhosted.org/packages/4d/6b/507039f4c049e1270bb783c10e4b2a90f880d442e802c29368e2cb15fce5/oci-2.109.0.tar.gz"
sha256 "f44d3e5212dfc903bcca1dd0811379924709c1a2ada9341e6ca51b320ddac6e4"
url "https://files.pythonhosted.org/packages/86/b9/25b5017604c03d2922eb420e83262838d884aed9f35d080c75dd480e1014/oci-2.110.0.tar.gz"
sha256 "4503b781dcc74b62a538a963bfd3198e6f1513eb0e0fa3e7d4ed03132df0f1dd"
end

resource "prompt-toolkit" do
Expand Down

0 comments on commit 631d2de

Please sign in to comment.