Skip to content

Commit e9c31e5

Browse files
authored
Merge pull request #203695 from Homebrew/bump-edgevpn-0.29.0
edgevpn 0.29.0
2 parents d631c08 + 2679b57 commit e9c31e5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/e/edgevpn.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Edgevpn < Formula
22
desc "Immutable, decentralized, statically built p2p VPN"
33
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"
66
license "Apache-2.0"
77

88
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"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)