Skip to content

Commit d36f5d7

Browse files
committed
z3 4.13.4
1 parent d93a0f4 commit d36f5d7

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.13.3.tar.gz"
5-
sha256 "f59c9cf600ea57fb64ffeffbffd0f2d2b896854f339e846f48f069d23bc14ba0"
4+
url "https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.13.4.tar.gz"
5+
sha256 "4071977e66e9f3d239b7b098ceddfe62ffdf3c71e345e9524a4a5001d1f4adf3"
66
license "MIT"
77
head "https://github.com/Z3Prover/z3.git", branch: "master"
88

0 commit comments

Comments
 (0)