Skip to content

Commit

Permalink
Merge pull request #195362 from Homebrew/bump-govc-0.45.1
Browse files Browse the repository at this point in the history
govc 0.45.1
  • Loading branch information
BrewTestBot authored Oct 23, 2024
2 parents d537418 + 29f024c commit 7802ecf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/g/govc.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Govc < Formula
desc "Command-line tool for VMware vSphere"
homepage "https://github.com/vmware/govmomi/tree/master/govc"
url "https://github.com/vmware/govmomi/archive/refs/tags/v0.45.0.tar.gz"
sha256 "02de33215086100002b204688685ab81961bdd0f583404c49c8c759fffd7eef5"
url "https://github.com/vmware/govmomi/archive/refs/tags/v0.45.1.tar.gz"
sha256 "37077b5534f3ade75bc766a492d2c24901a0fd65cde6208d1a5e7b3cc6c02088"
license "Apache-2.0"

# Upstream appears to use GitHub releases to indicate that a version is
Expand All @@ -14,12 +14,12 @@ class Govc < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc1956e67a51e7defd26e3557e5b3ac78ad6f4499bcaf1cfa3e78b89a35393c7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e0cf12974e6bf2ab1018291c675d89d6f88b0fbd0f3dbec12296b673ea46df8c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0c8797af4339d1d39a5a90294d0043eecdc1f71b5f2645b26a5b7f79725639cb"
sha256 cellar: :any_skip_relocation, sonoma: "22a047d4152933fd613da27872658e729a82a64a5ae45afe569788cae597226f"
sha256 cellar: :any_skip_relocation, ventura: "7e727c0b0c3f1018bd21995324615f788a497d9ca51a60e9fd272610364913a4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "93960ab0ea79ca309ceedbfd8ea9a4555fbad13c63f9d0d1b061658162ed5e63"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad3323262af1414df5d47be771ea57744fbf92f8c89f45ab59854e0d813ea4dd"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b3bec9cfc5f56514729de68d69e69d24ce82edb042cb94cd3af97f87e0c0df4a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4108244f2de644e31186216b9c6740d33d1175c7fac9210b1e0f56992130b0c7"
sha256 cellar: :any_skip_relocation, sonoma: "f85d621d7314b711ce4705e4e2c73fbe8aff31459c144a094dd78e31964aa841"
sha256 cellar: :any_skip_relocation, ventura: "edc2ea61c9b5c91f5eb2173e3a3200dadfbbfd4a9cc2b89cb404a1f6a6d21ea5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7a4062a1ac122ac843843313b651636ab81f4397bc513c55e7af1ce7ff3b65f9"
end

depends_on "go" => :build
Expand Down

0 comments on commit 7802ecf

Please sign in to comment.