salt 3003.3
Closes #84533. Signed-off-by: Rui Chen <rui@chenrui.dev> Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
17efe979ae
commit
668e6705ae
|
@ -3,8 +3,8 @@ class Salt < Formula
|
|||
|
||||
desc "Dynamic infrastructure communication bus"
|
||||
homepage "https://saltproject.io/"
|
||||
url "https://files.pythonhosted.org/packages/e3/cf/b423b3928f5b2fdc9fd4e330e9f765f15fb6b90d60513d6f4b1649c409eb/salt-3003.2.tar.gz"
|
||||
sha256 "73c86c44b176d8cfdc033bb1e42e4fdc8dd3424833faa2ea0d0938fa173856a9"
|
||||
url "https://files.pythonhosted.org/packages/71/8a/02f957ad4ebfe28002ceef891c8fa0780c4bd75d4882af8c0228dbd2084d/salt-3003.3.tar.gz"
|
||||
sha256 "a6f9c8c8b5e2600ea8620b4a67371de17611beb4f8d97e4bb9b0b308a37ed1e2"
|
||||
license "Apache-2.0"
|
||||
head "https://github.com/saltstack/salt.git", branch: "master"
|
||||
|
||||
|
@ -21,6 +21,7 @@ class Salt < Formula
|
|||
depends_on "libyaml"
|
||||
depends_on "openssl@1.1"
|
||||
depends_on "python@3.9"
|
||||
depends_on "six"
|
||||
depends_on "zeromq"
|
||||
|
||||
uses_from_macos "libffi"
|
||||
|
@ -216,11 +217,6 @@ class Salt < Formula
|
|||
sha256 "6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398"
|
||||
end
|
||||
|
||||
resource "six" do
|
||||
url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz"
|
||||
sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"
|
||||
end
|
||||
|
||||
resource "smmap" do
|
||||
url "https://files.pythonhosted.org/packages/89/2f/8902ee436e7e24e059973f9d7cbc1a433df10c93239f59c1d8539a86a6a5/smmap-3.0.2.tar.gz"
|
||||
sha256 "b46d3fc69ba5f367df96d91f8271e8ad667a198d5a28e215a6c3d9acd133a911"
|
||||
|
|
|
@ -320,7 +320,8 @@
|
|||
"pyobjc-framework-Vision",
|
||||
"pyobjc-framework-WebKit",
|
||||
"pyobjc-framework-XgridFoundation",
|
||||
"pyobjc"
|
||||
"pyobjc",
|
||||
"six"
|
||||
]
|
||||
},
|
||||
"sceptre": {
|
||||
|
|
Loading…
Reference in New Issue