|
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.4.3.tar.gz" |
5 | | - sha256 "510f97cdc1ad7c6d9283f07904b32b25e7114282072e02cb293c89bf3b07660c" |
| 4 | + url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.5.0.tar.gz" |
| 5 | + sha256 "b36fd17cb05834d7132c9a3fd8afd2643e6a62d005f7ba58d6001928715b8af8" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4414f46c2f4569b7bd799377c87bb4b323880ff7ecdaf29d20c893e1916451da" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "10d135f42eebf10bfe22cfa2e8e8d387aa3434c01d9f072c0360a18de6b7ac1b" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "2cfcb198940ff318a010917c251ff33ec45545003b24125251716a483265d0a2" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "0156a4310ebf0e5f69e2e7ccd05e36404694a83fa8241647cff58b240214baf9" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "2d256f98ca5c6c417dfb7f5e99ea16bd72bc9213926bad220b77c15ec997c1b8" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "e0b7d43a4358893683afbe57558bbea7c8672234ce0278480f9f18363e584427" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4af07e0ef86b23a5f6ef5eb6d006973dcf412981fcab057358f2b6cc0783e43" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "03aa7fc912a8ac14128e79ba83fd74d43a1a6738fceab8ac2e5d5e87f67c64ca" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "41273cf9a2fb2c5756594c0725fc8b29d8fd654e69140adde19232c5f0524bea" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "199dca74c1aabedabc30cd0e2f8f22a6a241468c911965141d6b6057a4f221d7" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "8994c195355c69d3bdaa92042239a9a1526802aa8feb7fb29ca01048fafbaeac" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "61d81b90c3054e1c1e3cf9af851ccdbf20b5444fc6a2b559d71195a3d1b2bd6f" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments