File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ class CoreLightning < Formula
33
44 desc "Lightning Network implementation focusing on spec compliance and performance"
55 homepage "https://github.com/ElementsProject/lightning"
6- url "https://github.com/ElementsProject/lightning/releases/download/v25.05 /clightning-v25.05 .zip"
7- sha256 "00d633a63570f6419db0dbd75b503bb04ba0f6eb469894da6fced2a8949d8007 "
6+ url "https://github.com/ElementsProject/lightning/releases/download/v25.09 /clightning-v25.09 .zip"
7+ sha256 "a97f44647b83b44718094f1838c6c74e8dc90c0009f2773a37b17ff80004a67e "
88 license "MIT"
99 head "https://github.com/ElementsProject/lightning.git" , branch : "master"
1010
@@ -77,6 +77,8 @@ def install
7777
7878 system "./configure" , "--prefix=#{ prefix } "
7979 system "make" , "install"
80+
81+ rm_r Dir [ "#{ bin } /*.dSYM" ]
8082 end
8183
8284 test do
You can’t perform that action at this time.
0 commit comments