|
1 | 1 | class Kubevpn < Formula |
2 | 2 | desc "Offers a Cloud-Native Dev Environment that connects to your K8s cluster network" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/kubenetworks/kubevpn.git", branch: "master" |
8 | 8 |
|
9 | 9 | 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" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
|
0 commit comments