|
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.28.4.tar.gz" |
5 | | - sha256 "07921598a18029fb2141915d06447454cbc33474269685a30e61465e94de77e8" |
| 4 | + url "https://github.com/mudler/edgevpn/archive/refs/tags/v0.29.0.tar.gz" |
| 5 | + sha256 "c65a3dc3bc202020c30ce7030132a587eea761994ce4f94c1460dd026761cc92" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "05f431ac5cfe371887c537898d0b5e09eb512bbb2174262e057bf92a553113ff" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "05f431ac5cfe371887c537898d0b5e09eb512bbb2174262e057bf92a553113ff" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "05f431ac5cfe371887c537898d0b5e09eb512bbb2174262e057bf92a553113ff" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "2ccdd4c3d9638676447408b6e940f4d09f1c41da9140ddbfeb217cb4d979676f" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "2ccdd4c3d9638676447408b6e940f4d09f1c41da9140ddbfeb217cb4d979676f" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "c75542018e0836a736f98ddc19487ba2700026da0bfba83b362a875f5505994a" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5992dc6f141dd9a3d9497b4ddee67a7738e613b986ccf4db8dc60900029ada1" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5992dc6f141dd9a3d9497b4ddee67a7738e613b986ccf4db8dc60900029ada1" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c5992dc6f141dd9a3d9497b4ddee67a7738e613b986ccf4db8dc60900029ada1" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "6d1a63460ae803d286ea49e4d94769b53b649bb1d538927071a53fbc88bf34ba" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "6d1a63460ae803d286ea49e4d94769b53b649bb1d538927071a53fbc88bf34ba" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "822d4823bb14142282f4dbc85a5df3ae44057b88b1d858e1b2ba70756882d5db" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments