diff --git a/Formula/e/edgevpn.rb b/Formula/e/edgevpn.rb index 0bf7f87091afe..24b9f2c012530 100644 --- a/Formula/e/edgevpn.rb +++ b/Formula/e/edgevpn.rb @@ -1,17 +1,17 @@ class Edgevpn < Formula desc "Immutable, decentralized, statically built p2p VPN" homepage "https://mudler.github.io/edgevpn" - url "https://github.com/mudler/edgevpn/archive/refs/tags/v0.28.4.tar.gz" - sha256 "07921598a18029fb2141915d06447454cbc33474269685a30e61465e94de77e8" + url "https://github.com/mudler/edgevpn/archive/refs/tags/v0.29.0.tar.gz" + sha256 "c65a3dc3bc202020c30ce7030132a587eea761994ce4f94c1460dd026761cc92" license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "05f431ac5cfe371887c537898d0b5e09eb512bbb2174262e057bf92a553113ff" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "05f431ac5cfe371887c537898d0b5e09eb512bbb2174262e057bf92a553113ff" - sha256 cellar: :any_skip_relocation, arm64_ventura: "05f431ac5cfe371887c537898d0b5e09eb512bbb2174262e057bf92a553113ff" - sha256 cellar: :any_skip_relocation, sonoma: "2ccdd4c3d9638676447408b6e940f4d09f1c41da9140ddbfeb217cb4d979676f" - sha256 cellar: :any_skip_relocation, ventura: "2ccdd4c3d9638676447408b6e940f4d09f1c41da9140ddbfeb217cb4d979676f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c75542018e0836a736f98ddc19487ba2700026da0bfba83b362a875f5505994a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5992dc6f141dd9a3d9497b4ddee67a7738e613b986ccf4db8dc60900029ada1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5992dc6f141dd9a3d9497b4ddee67a7738e613b986ccf4db8dc60900029ada1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c5992dc6f141dd9a3d9497b4ddee67a7738e613b986ccf4db8dc60900029ada1" + sha256 cellar: :any_skip_relocation, sonoma: "6d1a63460ae803d286ea49e4d94769b53b649bb1d538927071a53fbc88bf34ba" + sha256 cellar: :any_skip_relocation, ventura: "6d1a63460ae803d286ea49e4d94769b53b649bb1d538927071a53fbc88bf34ba" + sha256 cellar: :any_skip_relocation, x86_64_linux: "822d4823bb14142282f4dbc85a5df3ae44057b88b1d858e1b2ba70756882d5db" end depends_on "go" => :build