Skip to content

Commit 2a8e5b1

Browse files
authored
Merge pull request Homebrew#227250 from Homebrew/bump-kubevpn-2.7.19
kubevpn 2.7.19
2 parents 000c112 + 0835fc1 commit 2a8e5b1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/k/kubevpn.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Kubevpn < Formula
22
desc "Offers a Cloud-Native Dev Environment that connects to your K8s cluster network"
33
homepage "https://www.kubevpn.dev"
4-
url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.18.tar.gz"
5-
sha256 "55c2c1f2ca8a36d35671b8253db3abf6060fe7c29e085107ebcc5ac5e9d6ed73"
4+
url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.19.tar.gz"
5+
sha256 "4277b20cabc0667e9ca2be89f000bc740819839e59f8c3b56c4987d68c2fa4c4"
66
license "MIT"
77
head "https://github.com/kubenetworks/kubevpn.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4cbffdd8a8e6a922e5a2497a8d1fda056937e0877d1cd69de4b07eb142e98896"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7eb150140a4d77c67a1e3f00442aeec0803727cd241dab19e813e4b885a04ec"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9da23bb7a405580eef1c72bbc766e11a53fab50fc59d12908725526432de59c6"
13-
sha256 cellar: :any_skip_relocation, sonoma: "b1f1ce87e72da3a014fb91229dd3e742ba53d2c85a618963db213a5f708d8452"
14-
sha256 cellar: :any_skip_relocation, ventura: "2b13235846da1e81a5fa049ba525ace3351955951da3797d7231661e5b05547c"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "4aa8f4e6c8b03d52d4c4b05dfe52686d5fd8251ab3b08dbf85e5a1e443aeb421"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "79015b550731e4a0e5bdfcfafe6a703674f6cc60395cad2dc230771d2104e833"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "10d434797f5c307759ed3ea1986f1989c2c944d8381a6694a88d0fb9914f96d6"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d898983b55842e2f55a5f8124cd7a71ce302b64d3e6d94fa4220e64183e02ce8"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "19319a1baa5865b7075b1be4930067940c15b08f4b894fd4830265a8b2cc1d9b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "4735055a8b2ee0dd71d2c1e6d148c1ffa49f14c4f7c36339e4508d196b80a696"
14+
sha256 cellar: :any_skip_relocation, ventura: "dfbc79dff6ee6ebd53d8c4c1f8c03dc67af6e35c14f0522be5c4ba9da72112ed"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "4311ec5028a17bb4a0cdd60f2c6142f2b6dec8199ad311e686ea1de75f6ffdc6"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "76709c9df17e465571d221acc5de0598e7658a784d96b2dfda38b672f24a77f8"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)