Skip to content

Commit

Permalink
Merge pull request #168695 from Homebrew/bump-edgevpn-0.25.1
Browse files Browse the repository at this point in the history
edgevpn 0.25.1
  • Loading branch information
BrewTestBot authored Apr 12, 2024
2 parents d98d37b + c36231c commit 57bcf2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ ecflow-ui
echidna
ecl
ed
edgevpn
editorconfig
editorconfig-checker
efl
Expand Down
18 changes: 9 additions & 9 deletions Formula/e/edgevpn.rb
Original file line number Diff line number Diff line change
@@ -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.0.tar.gz"
sha256 "9e73ac38827d15fa19b6c6b9fd9794a53aafcae744730142dde9db40f332f73c"
url "https://github.com/mudler/edgevpn/archive/refs/tags/v0.25.1.tar.gz"
sha256 "70fbc53e2d458de60a01c04d61aa3729378d4b954dcb5a56133e0cf8c7b597a1"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "08672aa07398ab0b8c18a48c0a855999db94970da78abbfacc710b2616a93ab3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "08672aa07398ab0b8c18a48c0a855999db94970da78abbfacc710b2616a93ab3"
sha256 cellar: :any_skip_relocation, arm64_monterey: "08672aa07398ab0b8c18a48c0a855999db94970da78abbfacc710b2616a93ab3"
sha256 cellar: :any_skip_relocation, sonoma: "d5fe88cc7955aeb32011e71ac40b38998a3a7e53101d4c4e84936e7881632ee0"
sha256 cellar: :any_skip_relocation, ventura: "d5fe88cc7955aeb32011e71ac40b38998a3a7e53101d4c4e84936e7881632ee0"
sha256 cellar: :any_skip_relocation, monterey: "d5fe88cc7955aeb32011e71ac40b38998a3a7e53101d4c4e84936e7881632ee0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1c81b18de7c408489046c7cdc9e0bc7ca0ad3371d9b4598e25cfab3c5d9e6bcb"
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"
end

depends_on "go" => :build
Expand Down

0 comments on commit 57bcf2e

Please sign in to comment.