Skip to content

Commit

Permalink
Merge pull request #203162 from Homebrew/bump-mongo-orchestration-0.11.0
Browse files Browse the repository at this point in the history
mongo-orchestration 0.11.0
  • Loading branch information
BrewTestBot authored Jan 4, 2025
2 parents e33092f + 86fdd05 commit c8b7895
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Formula/m/mongo-orchestration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ class MongoOrchestration < Formula

desc "REST API to manage MongoDB configurations on a single host"
homepage "https://github.com/10gen/mongo-orchestration"
url "https://files.pythonhosted.org/packages/59/7c/b1a9ed6bfedb7133c56d1253123ddea4d6396aac745f589f3e55fde1e27f/mongo_orchestration-0.10.0.tar.gz"
sha256 "c11126757e64c9ed08585a53bd95c0edb7fd0d8ca0861c13329c903936966f15"
url "https://files.pythonhosted.org/packages/73/8f/f087958ff2ce6b0f06d5be16717e48d2009d598e4ae26270437b473a211a/mongo_orchestration-0.11.0.tar.gz"
sha256 "6f53db5cb6bc1ab4a8f282f2638e1c2d35b7fdcb15f6c8e034acf5d0676e3df5"
license "Apache-2.0"
head "https://github.com/10gen/mongo-orchestration.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a25bc059c11f4278be77b58aed7b436a4a67f22f283727ae0effd7feced1cab6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "279cc710f34e644bc071f4886a9b78db5ba606594ec895f66a29af91cd2701cb"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0ae506920b6d2237295bee49207ac8e6527f4aa68ecf0c19eed88370972fef01"
sha256 cellar: :any_skip_relocation, sonoma: "2dcf09fba57848009e2619c44f49908620dfa82bf336dbcdf926c162fd13bce8"
sha256 cellar: :any_skip_relocation, ventura: "c5aa61f592bc7e4df5f1f23e13c35367519ea8591b3a7cb4cf427c6dd39f2e8c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9538b4208c255994d76f2a0aa09a3fc7f36a136374fb314ef44c45f9740c6d19"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8abc7643eb1d0ddbc458fdbb8d806f7af9f84be7d0094729dfeaf28307f113f3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4bccf9535d58505d0aaa6bf9429e76322c059f0b1f75ee7361bae53b6ceb0673"
sha256 cellar: :any_skip_relocation, arm64_ventura: "dbcb57f04d98bb9d462d7047d245752e12c4b9236d1a33bd308e2accbdb5eb10"
sha256 cellar: :any_skip_relocation, sonoma: "5fcd6f986675f1a135eb375da060a46af0303aae7384d51268c77cf0caea230e"
sha256 cellar: :any_skip_relocation, ventura: "4cbaa37de6faf043f5081423868a65f90daef4da3af8871f91a4c1ae93f498ca"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4e04db3d3881b772f140d09a397b6570951fbdca51ad5f51eade6b686ec03577"
end

depends_on "certifi"
Expand All @@ -26,8 +26,8 @@ class MongoOrchestration < Formula
end

resource "charset-normalizer" do
url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz"
sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e"
url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz"
sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3"
end

resource "cheroot" do
Expand Down Expand Up @@ -66,8 +66,8 @@ class MongoOrchestration < Formula
end

resource "urllib3" do
url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz"
sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"
url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz"
sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d"
end

def install
Expand Down

0 comments on commit c8b7895

Please sign in to comment.