Skip to content

Commit 7f06d6a

Browse files
committed
z3 4.15.4
1 parent 36b9468 commit 7f06d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/z/z3.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Z3 < Formula
22
desc "High-performance theorem prover"
33
homepage "https://github.com/Z3Prover/z3"
4-
url "https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.15.3.tar.gz"
5-
sha256 "8cfd4d6ab47cafe931446e2c03e10df651d40487730c819f1bf420987144824f"
4+
url "https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.15.4.tar.gz"
5+
sha256 "dae526252cb0585c8c863292ebec84cace4901a014b190a73f14087dd08d252b"
66
license "MIT"
77
head "https://github.com/Z3Prover/z3.git", branch: "master"
88

0 commit comments

Comments
 (0)