We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6428e commit a1af4f9Copy full SHA for a1af4f9
Formula/f/fon-flash-cli.rb
@@ -21,6 +21,12 @@ class FonFlashCli < Formula
21
22
uses_from_macos "libpcap"
23
24
+ # Apply open PR commit to fix aarch64 linux, https://github.com/ericpaulbishop/gargoyle/pull/1017
25
+ patch do
26
+ url "https://github.com/ericpaulbishop/gargoyle/commit/e69325f56366074d771379528d3c8cbf75cbb9e7.patch?full_index=1"
27
+ sha256 "79a053f5796be94bbb6fe2d3d1a1f113236033cc5b8d579edcc4d9f0c63aef26"
28
+ end
29
+
30
def install
31
cd "fon-flash" do
32
system "make", "fon-flash"
0 commit comments