From 4573ce1a3ec22a8e7e21aa5a15f547a025533fcd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:55:03 +0000 Subject: [PATCH 1/2] edgevpn 0.29.0 --- Formula/e/edgevpn.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/edgevpn.rb b/Formula/e/edgevpn.rb index 0bf7f87091afe5..5238c5794753af 100644 --- a/Formula/e/edgevpn.rb +++ b/Formula/e/edgevpn.rb @@ -1,8 +1,8 @@ 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 From 2679b57dd5d2fb5e8161edd0d610719d1c255c95 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:25:53 +0000 Subject: [PATCH 2/2] edgevpn: update 0.29.0 bottle. --- Formula/e/edgevpn.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/e/edgevpn.rb b/Formula/e/edgevpn.rb index 5238c5794753af..24b9f2c0125303 100644 --- a/Formula/e/edgevpn.rb +++ b/Formula/e/edgevpn.rb @@ -6,12 +6,12 @@ class Edgevpn < Formula 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