Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fastd 22 #80211

Closed
wants to merge 3 commits into from
Closed

fastd 22 #80211

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Formula/fastd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Fastd < Formula
desc "Fast and Secure Tunnelling Daemon"
homepage "https://github.com/NeoRaider/fastd"
url "https://github.com/NeoRaider/fastd.git",
tag: "v21",
revision: "2ce6095b2795052e34110599c484205468fb9fa6"
tag: "v22",
revision: "0f47d83eac2047d33efdab6eeaa9f81f17e3ebd1"
license "BSD-2-Clause"
head "https://github.com/NeoRaider/fastd.git"

Expand All @@ -25,9 +25,10 @@ class Fastd < Formula
depends_on "libuecc"
depends_on "openssl@1.1"

# remove in next release
patch do
url "https://github.com/NeoRaider/fastd/commit/0d4045fb85d85903ebb9afe03a08d9b089300062.patch?full_index=1"
sha256 "bb0d62e40575408497c6a285e6443c8386b4b85427463dd29df7736f3fe4ae9f"
url "https://github.com/NeoRaider/fastd/commit/89abc48e60e182f8d57e924df16acf33c6670a9b.patch?full_index=1"
sha256 "7bcac7dc288961a34830ef0552e1f9985f1b818aa37978b281f542a26fb059b9"
end

def install
Expand Down