Skip to content

Commit

Permalink
Merge pull request #200541 from Homebrew/bump-core-lightning-24.11
Browse files Browse the repository at this point in the history
core-lightning 24.11
  • Loading branch information
BrewTestBot authored Dec 9, 2024
2 parents 0f9d066 + 3286cf3 commit ae3f0fe
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions Formula/c/core-lightning.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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/v24.08.1/clightning-v24.08.1.zip"
sha256 "d992af84dbb319fb4ac127663241cec04f54108e44c27e471d2cb2654702c01e"
url "https://github.com/ElementsProject/lightning/releases/download/v24.11/clightning-v24.11.zip"
sha256 "3164f3527e6408132beaee64dea0fb6d566377b77e0be67a2359e80dcbd7ba9e"
license "MIT"

livecheck do
Expand All @@ -13,13 +13,12 @@ class CoreLightning < Formula
end

bottle do
rebuild 1
sha256 arm64_sequoia: "04269112db447906dd83ca753457bbb1ca517240ca3718c820abe1b0c88e9687"
sha256 arm64_sonoma: "feb6e52f2c205eef80dca8f8e4bd9692f79deb63031da27cad6f974c3623826a"
sha256 arm64_ventura: "a11b53f72b183ada47d1a9ef6d175477d68d4a267694845c7a847317e18407bb"
sha256 sonoma: "002da19820ec43df4a29edd5dcd8dfdba8ffa0a4f43a0f255652642fc5c82687"
sha256 ventura: "ab6afa0566a63b50cf01cbb731246e1497fcda7569a01d14bbc15504e67d56ab"
sha256 x86_64_linux: "ac8e18f4c0626cfcb1fc485038a6f9e96e54dd3d03d559cb0780ffc90eae1301"
sha256 arm64_sequoia: "e55d844454993325282420ee4ac5677118c037b3e21fdc2316bbb4cec7ad2c06"
sha256 arm64_sonoma: "e0edaff0f78ef379035eb432a76133ba9ff7aadb83f915a93bd48cc0d64e6d89"
sha256 arm64_ventura: "398e40d27468a31cdce9ded4c1ccdcb4748ad21c6eefc7765fba98120579149d"
sha256 sonoma: "a99d79cde0b5a92456cb079a08b34a57a5dd22eac04800ff3f25e0a2eff19f97"
sha256 ventura: "b7ad63a884466f6ef581296587a73f61392a259c3fd1ecffe9818ef95433ca30"
sha256 x86_64_linux: "1ccc0cc7f832cf482a1d84748825d1b5fdce4096ae51d7ac6746e3a32358ff10"
end

depends_on "autoconf" => :build
Expand All @@ -44,8 +43,8 @@ class CoreLightning < Formula
end

resource "mako" do
url "https://files.pythonhosted.org/packages/fa/0b/29bc5a230948bf209d3ed3165006d257e547c02c3c2a96f6286320dfe8dc/mako-1.3.6.tar.gz"
sha256 "9ec3a1583713479fae654f83ed9fa8c9a4c16b7bb0daba0e6bbebff50c0d983d"
url "https://files.pythonhosted.org/packages/5f/d9/8518279534ed7dace1795d5a47e49d5299dd0994eed1053996402a8902f9/mako-1.3.8.tar.gz"
sha256 "577b97e414580d3e088d47c2dbbe9594aa7a5146ed2875d4dfa9075af2dd3cc8"
end

resource "markupsafe" do
Expand All @@ -58,13 +57,6 @@ class CoreLightning < Formula
sha256 "8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6"
end

# Backport fix for paths on ARM macOS
# PR ref: https://github.com/ElementsProject/lightning/pull/7857
patch do
url "https://github.com/ElementsProject/lightning/commit/94c5695d6f1933aa8bffe50180dde702f1485297.patch?full_index=1"
sha256 "60742fa3911e4c9599cb9f0c0190fb7ed9940dba020236c8005311f1456bb4db"
end

def install
rm_r(["external/libsodium", "external/lowdown"])

Expand Down

0 comments on commit ae3f0fe

Please sign in to comment.