Skip to content

Commit c2195b8

Browse files
authored
Merge pull request Homebrew#182540 from Homebrew/bump-edgevpn-0.27.4
edgevpn 0.27.4
2 parents 97a10b9 + a52923b commit c2195b8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/e/edgevpn.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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.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"
66
license "Apache-2.0"
77

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

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)