Skip to content

Commit

Permalink
Merge pull request #169839 from Homebrew/bump-edgevpn-0.25.2
Browse files Browse the repository at this point in the history
edgevpn 0.25.2
  • Loading branch information
BrewTestBot committed Apr 23, 2024
2 parents 25fe42c + 7bf5526 commit a8af25c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/e/edgevpn.rb
@@ -1,18 +1,18 @@
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.25.1.tar.gz"
sha256 "70fbc53e2d458de60a01c04d61aa3729378d4b954dcb5a56133e0cf8c7b597a1"
url "https://github.com/mudler/edgevpn/archive/refs/tags/v0.25.2.tar.gz"
sha256 "cd9168aa02ed31bfbc932098448b66293a2b02d652d7872238a98aae0b31a18c"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d4ac3066b10354a85585f58ba4f452ab66dee0a04181f249a0edcc5d0d2a876"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2d4ac3066b10354a85585f58ba4f452ab66dee0a04181f249a0edcc5d0d2a876"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2d4ac3066b10354a85585f58ba4f452ab66dee0a04181f249a0edcc5d0d2a876"
sha256 cellar: :any_skip_relocation, sonoma: "072d8c7f189feb197f9556130d4d6a28e09a22ced6df64e30b74d4d42f241a5b"
sha256 cellar: :any_skip_relocation, ventura: "072d8c7f189feb197f9556130d4d6a28e09a22ced6df64e30b74d4d42f241a5b"
sha256 cellar: :any_skip_relocation, monterey: "072d8c7f189feb197f9556130d4d6a28e09a22ced6df64e30b74d4d42f241a5b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ce5feffc0561d24e640c6b2e3294d6bfebda494b8c32c7f8891a6d34ad43431b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "25c04c8908aedcd15c87d36a8930898df8f8e6d2afb5c38891e0f860b4421a52"
sha256 cellar: :any_skip_relocation, arm64_ventura: "25c04c8908aedcd15c87d36a8930898df8f8e6d2afb5c38891e0f860b4421a52"
sha256 cellar: :any_skip_relocation, arm64_monterey: "25c04c8908aedcd15c87d36a8930898df8f8e6d2afb5c38891e0f860b4421a52"
sha256 cellar: :any_skip_relocation, sonoma: "a77c50dcecef83d06fe5c08753f541785df81a29902c89ae08e0a43b2c9d61e9"
sha256 cellar: :any_skip_relocation, ventura: "a77c50dcecef83d06fe5c08753f541785df81a29902c89ae08e0a43b2c9d61e9"
sha256 cellar: :any_skip_relocation, monterey: "a77c50dcecef83d06fe5c08753f541785df81a29902c89ae08e0a43b2c9d61e9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5fd0aeb50ca2652852f54785ef9831aa90a485335ae4d603add08a0b638f0191"
end

depends_on "go" => :build
Expand Down

0 comments on commit a8af25c

Please sign in to comment.