|
1 | 1 | class Edgevpn < Formula
|
2 | 2 | desc "Immutable, decentralized, statically built p2p VPN"
|
3 | 3 | homepage "https://mudler.github.io/edgevpn"
|
4 |
| - url "https://github.com/mudler/edgevpn/archive/refs/tags/v0.27.3.tar.gz" |
5 |
| - sha256 "7dc2617cc8a7f157ba7b17d50f340207d8798f85edb722bed24c0ff112bac0de" |
| 4 | + url "https://github.com/mudler/edgevpn/archive/refs/tags/v0.27.4.tar.gz" |
| 5 | + sha256 "ad60e61e9346a61e80ac251845dc2a4265b53d547a218ab2b73867d924bb92f7" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e1b2efebe5487d18ef95da1111abef339f6eb7bb83a20991649f6154e19402d" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "7e1b2efebe5487d18ef95da1111abef339f6eb7bb83a20991649f6154e19402d" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "7e1b2efebe5487d18ef95da1111abef339f6eb7bb83a20991649f6154e19402d" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "54770d5bb213b324f1454712358ef12a096e5b47cd92a05101ab9d09764ea858" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "54770d5bb213b324f1454712358ef12a096e5b47cd92a05101ab9d09764ea858" |
14 |
| - sha256 cellar: :any_skip_relocation, monterey: "54770d5bb213b324f1454712358ef12a096e5b47cd92a05101ab9d09764ea858" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "753a06735b10587255f57ed889bf54c6706fe023fa77256d5d19b1fbf820ccd9" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b38efd6bc0cd41de0ce8598a33f3ec4ffb0dc92324c78cd8feb1a817e98c5508" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "b38efd6bc0cd41de0ce8598a33f3ec4ffb0dc92324c78cd8feb1a817e98c5508" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "b38efd6bc0cd41de0ce8598a33f3ec4ffb0dc92324c78cd8feb1a817e98c5508" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "b74f443680cf6a35b58b32a2deecfb97dc467bd38d7040cdfcea91de8b282051" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "b74f443680cf6a35b58b32a2deecfb97dc467bd38d7040cdfcea91de8b282051" |
| 14 | + sha256 cellar: :any_skip_relocation, monterey: "b74f443680cf6a35b58b32a2deecfb97dc467bd38d7040cdfcea91de8b282051" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "5f68b8b9f6648f2fa2ea5d182b1b6de26651bf04ae1acb67daf8d1cde81bee46" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments