Skip to content

Commit

Permalink
core-lightning 24.08.2
Browse files Browse the repository at this point in the history
core-lightning: needs rust for build

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Oct 19, 2024
1 parent 17bb1af commit 53f8f9f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/c/core-lightning.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,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/v24.08.1/clightning-v24.08.1.zip"
sha256 "d992af84dbb319fb4ac127663241cec04f54108e44c27e471d2cb2654702c01e"
url "https://github.com/ElementsProject/lightning/releases/download/v24.08.2/clightning-v24.08.2.zip"
sha256 "539e0734eadeba586f0987942f205b97f58743b17d5909d209230683959401d8"
license "MIT"

livecheck do
Expand All @@ -29,6 +29,8 @@ class CoreLightning < Formula
depends_on "pkg-config" => :build
depends_on "poetry" => :build
depends_on "protobuf" => :build
depends_on "rust" => :build

depends_on "bitcoin"
depends_on "gmp"
depends_on "libsodium"
Expand Down

0 comments on commit 53f8f9f

Please sign in to comment.