From 80311dd5786c3e9e01ed5f856778cc0f6027e310 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 4 Dec 2025 05:00:45 +0000 Subject: [PATCH] core-lightning 25.12 Co-authored-by: Caleb Xu --- Formula/c/core-lightning.rb | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Formula/c/core-lightning.rb b/Formula/c/core-lightning.rb index 066eafde644d..769e79b8464c 100644 --- a/Formula/c/core-lightning.rb +++ b/Formula/c/core-lightning.rb @@ -3,8 +3,8 @@ class CoreLightning < Formula desc "Lightning Network implementation focusing on spec compliance and performance" homepage "https://github.com/ElementsProject/lightning" - url "https://github.com/ElementsProject/lightning/releases/download/v25.09.3/clightning-v25.09.3.zip" - sha256 "d051a08f1432ddc7b26d1132ea9ad302de935f89a5a930eafcf92f68830649ab" + url "https://github.com/ElementsProject/lightning/releases/download/v25.12/clightning-v25.12.zip" + sha256 "9b5afc17f8df3b695339ebecb6d377467fdd44e8c17429e554ed2b3fcbc18ac6" license "MIT" head "https://github.com/ElementsProject/lightning.git", branch: "master" @@ -62,16 +62,7 @@ class CoreLightning < Formula sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end - # Configure script overwrites `PKG_CONFIG_PATH` on macOS - # PR: https://github.com/ElementsProject/lightning/pull/8146 - patch do - url "https://github.com/botantony/lightning/commit/cca721a9f3c5a15f6792b0dc1941959dbd93ac2f.patch?full_index=1" - sha256 "ee375b92de3d49f4bdf33acf2eb672b693f5806ee418a380e37f3a6a4047c91d" - end - def install - rm_r(["external/libsodium", "external/lowdown"]) - venv = virtualenv_create(buildpath/"venv", "python3.14") venv.pip_install resources ENV.prepend_path "PATH", venv.root/"bin"