Skip to content

Commit 545a111

Browse files
authored
Merge pull request #203445 from Homebrew/bump-cadical-2.1.2
cadical 2.1.2
2 parents ce65874 + e3c258f commit 545a111

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cadical.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Cadical < Formula
22
desc "Clean and efficient state-of-the-art SAT solver"
33
homepage "https://fmv.jku.at/cadical/"
4-
url "https://github.com/arminbiere/cadical/archive/refs/tags/rel-2.1.1.tar.gz"
5-
sha256 "6e6ad07dc833d2ae4f49115f9b92b5f78e4b1a9ef37f83f252dbc035c9d41850"
4+
url "https://github.com/arminbiere/cadical/archive/refs/tags/rel-2.1.2.tar.gz"
5+
sha256 "292c2bb8d712d6d05fce3d3df63b922b8fa45e03974a79f7bae5bf68c284f131"
66
license "MIT"
77

88
livecheck do
@@ -11,12 +11,12 @@ class Cadical < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bcda9767eeeb92ee295e5ea771685921675abe36cd05fced553c42dee2ee42e2"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6eaa2bba5167b6886cc22cde377134970373454b8726b119567a3c1640e3e2d3"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "051ee3a2b14fd87fdb4677ff19c936a08b7a24ef35b0b240cd5f7419082f5822"
17-
sha256 cellar: :any_skip_relocation, sonoma: "bf1bba0754b2f75845bee0419c7a31b2f5b0c7b7513e87ce27b39822bc14e361"
18-
sha256 cellar: :any_skip_relocation, ventura: "9a4ca7ff7f647a65ff10c1cc21a765847fb23fba46f58890b09b789ea0579895"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9fd1ec6e2fd2f692e59cf687715c14d4c3b2c1853a6e345491c93392364403b7"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f75a21e1ffaa7f69973d7e872aecd66b0b4d163f7db768ed22bc1430d137d84"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e2b2c9b7820a481982a846094f17945b3f928ff2dce150f23e63e12e33b5fae"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0f9538d411662d3bde8fc1f97f2a1764f435e62139933b296e481d1c0e197700"
17+
sha256 cellar: :any_skip_relocation, sonoma: "223d1cba8975a91d4ab290906bc3d0abd67af495abeae867509d164baf68dd23"
18+
sha256 cellar: :any_skip_relocation, ventura: "ffce6220b76e5d5949d12329a91c0225b2efa7b289ed12b6fb79937f631e6a68"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7c879179500dbb11f645039212168444e0344553db8003c08d20c26be0aa552a"
2020
end
2121

2222
def install

0 commit comments

Comments
 (0)