Skip to content

Commit ffc6313

Browse files
committed
z3 4.15.2
1 parent 12380bf commit ffc6313

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.1.tar.gz"
5-
sha256 "ebf6eed5f2cb217d62abddaa94526189ae40bf3c415fb9c2e2128e099f16fda0"
4+
url "https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.15.2.tar.gz"
5+
sha256 "3486bf5b35b185981cab0b0a81f870547648a1ca433085aa79afd17c44959751"
66
license "MIT"
77
head "https://github.com/Z3Prover/z3.git", branch: "master"
88

0 commit comments

Comments
 (0)