Skip to content

Commit f9b89a2

Browse files
authored
Merge pull request #275688 from Homebrew/bump-kubevpn-2.10.0
kubevpn 2.10.0
2 parents 6655026 + 49a666a commit f9b89a2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/k/kubevpn.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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.9.15.tar.gz"
5-
sha256 "e190f3a8015e95339a40295416c3789f0dc8995fc1b86fad026c0bc67b0b5bd1"
4+
url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.10.0.tar.gz"
5+
sha256 "2a7faf6d8fc2def6bd6e54bd1c7e6ed2a78c7f499febec2557931cd70305a946"
66
license "MIT"
77
head "https://github.com/kubenetworks/kubevpn.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "381d603f0eddbd356e3e1562c47366d0a9a6fd0ef6338da9a488f23f1c0a8d9a"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "96e420da72b880d3dabb877be6bf41f0e7852da7c6e4f4ef0af14710a5ae35fd"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "52845c47a84f6bc6536dd2e2d300ca168e53e71ec177614f69727bd07907b7dd"
13-
sha256 cellar: :any_skip_relocation, sonoma: "451aede9ac863a3771bb426b806e3b23eba0d68f268453d189d7bfc4c592dfcc"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "adbdde4bb5a826190a24fb8dd532d05ad494fb698292e9da849fc861fca753ea"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "23effcc12c36ce6dc846d33c3caf586c74df42a58cf3f9b2e33b2edbdd20ed44"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "021545258d4ff720ca71ed35543fe0839ebe94d0f7059e2bf8f81ccf44c89408"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "82e615a943005bddbfcbbac1a0b23cbf648ccc18e7d5374570852be05a3056d3"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f342856e1b2703ce7b1249d79f38162494f2a7a999c1bb23d5b818b4c30e852"
13+
sha256 cellar: :any_skip_relocation, sonoma: "3a2d02692b2b0ff8c3296090f38f4dbb5a969b31a180fb2a5d3828ec6c9016a1"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "a14767619612dd9d8d88dadfdae084c77a04522afd993637d3c9f88d3a5baae1"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "fab7329ae1d262b89b0ae86f0fad6fe8ad8f3d42b87d7ab7209f93cae42658bf"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)