Skip to content

Commit

Permalink
Merge pull request #201168 from Homebrew/bump-kubevpn-2.3.7
Browse files Browse the repository at this point in the history
kubevpn 2.3.7
  • Loading branch information
BrewTestBot authored Dec 14, 2024
2 parents 7d85488 + bf9445f commit 9ec8dc1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/k/kubevpn.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Kubevpn < Formula
desc "Offers a Cloud-Native Dev Environment that connects to your K8s cluster network"
homepage "https://www.kubevpn.cn"
url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.3.6.tar.gz"
sha256 "c09ae72b49e1c21f0e9221e4319f7ca0bc49ad76cfcbc6103147b2e27635de26"
url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.3.7.tar.gz"
sha256 "4438e03a8a0bede0082aafce5e44422cb0edd740502d54876683badb502572c4"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "812921ec5d992937ebbe1fd3d6581a5bdbaa0cf5393c8b3fcbae281a27365116"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a7bc3b2715e14bb0422d21036dd4e23de3a3e2c4e856c51817c1dd3b6101915"
sha256 cellar: :any_skip_relocation, arm64_ventura: "77970d4148b0096ce7d63331000f4fd0b8ecf2e67c52f1182067bc468c3b8275"
sha256 cellar: :any_skip_relocation, sonoma: "635799533e7074653b454032b69a37b8a4d5da1822ec59410d33b5b56d29ccac"
sha256 cellar: :any_skip_relocation, ventura: "775c3617ce24144d2aad9ceb8d736bdd12d935f6b84d362f342a90033be6a0bb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b146969797d6e5e86998c952f0a5fd70d45fb0c4caa3400b1a6f80a4ca00e599"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6208d61809ab08317bfdc418b5e563c9ad9e8e89da660ae8f9cb7c865652a24a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c6bc5a31419c619557af42a9bd1cd62b6a5eb220bf3b3c55c7e3f60d429f8f11"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e2f04513e9b16699c6bbdb33ea7392b517dfb416704fa814f49d589a224d87bc"
sha256 cellar: :any_skip_relocation, sonoma: "115e21ff95b1b393ebd0b46d61177e8af03367b38f9b592ec40457a56c1c21b1"
sha256 cellar: :any_skip_relocation, ventura: "a808678259bfecd8d5e603048a2bc0ab92b5117121c310d5efeda76d67dd7fae"
sha256 cellar: :any_skip_relocation, x86_64_linux: "37edbbd6786a422e56c8640b42127e5fc51a48575e6ee0488639b7eaab6187b8"
end

depends_on "go" => :build
Expand Down

0 comments on commit 9ec8dc1

Please sign in to comment.