Skip to content

Commit

Permalink
Merge pull request Homebrew#181425 from Homebrew/bump-govc-0.42.0
Browse files Browse the repository at this point in the history
govc 0.42.0
  • Loading branch information
BrewTestBot authored Aug 16, 2024
2 parents a681d6e + df52788 commit 4eb52e0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.40.0.tar.gz"
sha256 "548487d29e65b16e7a706f7911ffd46d71bfe16d406fdb925d8887329bd0a0c9"
url "https://github.com/vmware/govmomi/archive/refs/tags/v0.42.0.tar.gz"
sha256 "da1a5325492e842ced3f76d93c76238038c6524280fe729855c592b0e8e04f5c"
license "Apache-2.0"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a575f350c63efccad16652d01030d690e7254d279eaa7140ea894ac3450e9cea"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f703dda8eb64c4e54a0532b36dff7b8bc8dba8d14d9a2737a505e262a2b04ce9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6249318984f88f004ad6c889f2442050b67661ea946e0a55e597c5a41ba9031a"
sha256 cellar: :any_skip_relocation, sonoma: "96aad1bcbe85d21da62ad6e2341b25703f4b76fca616cd3688c57614cc395a16"
sha256 cellar: :any_skip_relocation, ventura: "72f5b9294f5a2e44c6b8b752ac0f5e74610a751c8c2f81fe70c97a6dc2d76a66"
sha256 cellar: :any_skip_relocation, monterey: "835d6916e82fc58fac79d7352cfc45994b76e52062978a4877680b2fd0c32318"
sha256 cellar: :any_skip_relocation, x86_64_linux: "aa0fe0087313b96a96d21d253b18033dea15baa3a9c543daa0e4efec26d229c9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e50e279162d5a4bf013f76ef4d0ea8743bf206dcd931aaf8be8174be49360d21"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b64df50e2fcfbc00025bd2bc925b6913d7aaa5090f8b63842a6f1b153aec69b0"
sha256 cellar: :any_skip_relocation, arm64_monterey: "0c1f799217d2ae27fc1ad78f356adb0326a76f5e00cdb09e112e4598c070eeb6"
sha256 cellar: :any_skip_relocation, sonoma: "bb4d813e37d61a9493451fd41f2197732619f48935bb7f2939da80a542865a38"
sha256 cellar: :any_skip_relocation, ventura: "682b773779ce75e69b9bf9e9538e7cea6a78383efedff5089ab636be16ec4791"
sha256 cellar: :any_skip_relocation, monterey: "329402945468d12167c28071ec7b625b8953fa2810948620c3e73527b24c8ebf"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e6cbe780edaab7c09fe789b6c5007af25173164f02e4167eed1ab736b2ffd73b"
end

depends_on "go" => :build
Expand Down

0 comments on commit 4eb52e0

Please sign in to comment.