Skip to content

Commit 76aee4e

Browse files
BrewTestBotchenrui333
authored andcommitted
core-lightning 25.09
core-lightning: cleanup debug binaries Signed-off-by: Rui Chen <[email protected]>
1 parent c3dff91 commit 76aee4e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Formula/c/core-lightning.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)