Skip to content

Commit

Permalink
Merge pull request Homebrew#160623 from SMillerDev/bump-cln-1.3.7
Browse files Browse the repository at this point in the history
cln 1.3.7
  • Loading branch information
BrewTestBot authored Jan 22, 2024
2 parents 9071b44 + 1787b4e commit dfa3e34
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions Formula/c/cln.rb
Original file line number Diff line number Diff line change
@@ -1,33 +1,23 @@
class Cln < Formula
desc "Class Library for Numbers"
homepage "https://www.ginac.de/CLN/"
url "https://www.ginac.de/CLN/cln-1.3.7.tar.bz2"
sha256 "7c7ed8474958337e4df5bb57ea5176ad0365004cbb98b621765bc4606a10d86b"
license "GPL-2.0-or-later"

stable do
url "https://www.ginac.de/CLN/cln-1.3.6.tar.bz2"
sha256 "f492530e8879bda529009b6033e1923c8f4aae843149fc28c667c20b094d984a"

# Fix -flat_namespace being used on Big Sur and later.
patch do
url "https://raw.githubusercontent.com/Homebrew/formula-patches/03cf8088210822aa2c1ab544ed58ea04c897d9c4/libtool/configure-big_sur.diff"
sha256 "35acd6aebc19843f1a2b3a63e880baceb0f5278ab1ace661e57a502d9d78c93c"
end
end

livecheck do
url :homepage
regex(/href=.*?cln[._-]v?(\d+(?:\.\d+)+)\.t/i)
end

bottle do
sha256 cellar: :any, sonoma: "a295778910a513b1265df6cbfc15d47715462e3b33f24c864fefa96d74574c9a"
sha256 cellar: :any, ventura: "2c51b2f0a21013cd59254e80bfd098c6997e8eaa0e05b767c358d551649f2cf4"
sha256 cellar: :any, monterey: "e810a5132e834905a8ae4c67130a003cbf2a5d7482040eed19c24cda13118ce8"
sha256 cellar: :any, big_sur: "3234c105147111fdbb679c8a27a4b59a99d8195a3e461642783028905c244db4"
sha256 cellar: :any, catalina: "bbc7716e6028fc3dc95dc22bf20033d13119b6ffe62dbd4c2609ecce85459a92"
sha256 cellar: :any, mojave: "1e62717cf6b0562643947c904c547e737bc9209cb349c388c6b7f9edcd915001"
sha256 cellar: :any, high_sierra: "0f14327e937f0a665dc66c5b62dc5d11094d812831221d8b86f8e5ba966e9540"
sha256 cellar: :any_skip_relocation, x86_64_linux: "899b98749201e57feef2d339c5a63ec88a19c241fa37a1480c020cca4d8363a8"
sha256 cellar: :any, arm64_sonoma: "128ed65c291ea5059320c7618340ca04b5a59126a36b6e22de91622175d62339"
sha256 cellar: :any, arm64_ventura: "c47f98e423d29abd0de4bb322a4587817db8652d09909b07ec2eff44ff08b0fa"
sha256 cellar: :any, arm64_monterey: "a7a3af1288376ee0313842c9212c7e33743fcb6d8d17df95348d5360ea657d9c"
sha256 cellar: :any, sonoma: "5c8b028628b234da5d4f97a734728ff9f73f381a3bae4ed565c8e21040190fc3"
sha256 cellar: :any, ventura: "815ff9c38056bcaa56fb7a445ebb32efa14323f26d42da224014e9ff9a57a236"
sha256 cellar: :any, monterey: "16fc46bc77d40dc5ad8060ac9375fe869c136fd1ea9f1da3df466e2a4bdb3960"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b1303657d924cdb1730d63a5b49b652cb84d07ff7694c528e997e37d796b68ec"
end

head do
Expand Down

0 comments on commit dfa3e34

Please sign in to comment.