oci-cli 3.4.1
Closes #91844. Signed-off-by: Michka Popoff <3406519+iMichka@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
d27e4c67ec
commit
eae150b9be
Formula
|
@ -3,8 +3,8 @@ 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/7c/9c/79ceb6b086ed4994f173adb627c81d05257cf21790617f37c7be8988e0d9/oci-cli-3.4.0.tar.gz"
|
||||
sha256 "e013ae6ef983dccfeb891663c4c965a450e573f0f14b5da7735324c1ff2533fc"
|
||||
url "https://files.pythonhosted.org/packages/fa/8d/67c86557fa04ed68e3cce481a4e2797fef11838df07b2aff3213633f93b0/oci-cli-3.4.1.tar.gz"
|
||||
sha256 "3a70004f03d1f6ee70ac2959ec474109166e3ff1276b2e95476f5d1337d68728"
|
||||
license any_of: ["UPL-1.0", "Apache-2.0"]
|
||||
head "https://github.com/oracle/oci-cli.git", branch: "master"
|
||||
|
||||
|
@ -57,8 +57,8 @@ class OciCli < Formula
|
|||
end
|
||||
|
||||
resource "oci" do
|
||||
url "https://files.pythonhosted.org/packages/16/56/ffeb1f64dcb640eafee19e7baa5244248198d4c88081182498f718077438/oci-2.53.0.tar.gz"
|
||||
sha256 "9d87f932474d138f4d38d55f1d7de898c80996c76e10ee5ecee3853a5cb2307e"
|
||||
url "https://files.pythonhosted.org/packages/ce/76/e3b9b03fd3b7513f5771961e8cf63e250fe6378f2b7a457eeda6fb6b23bf/oci-2.53.1.tar.gz"
|
||||
sha256 "c7636c86597a1079852a32b5fc342de672d38896e41ff6691851b08a9b712a8e"
|
||||
end
|
||||
|
||||
resource "pycparser" do
|
||||
|
|
Loading…
Reference in New Issue