Skip to content

Commit f1f9857

Browse files
BrewTestBotfxcoudert
authored andcommitted
rocq 9.2.0
1 parent d884547 commit f1f9857

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

Formula/r/rocq.rb

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ class Rocq < Formula
22
desc "Proof assistant for higher-order logic"
33
homepage "https://rocq-prover.org/"
44
license "LGPL-2.1-only"
5-
revision 1
65
compatibility_version 1
76

87
stable do
9-
url "https://github.com/rocq-prover/rocq/releases/download/V9.1.1/rocq-9.1.1.tar.gz"
10-
sha256 "35cd03fc4193969b1cce01190340e5c129c1ba8f02242a9e6dff4b83be118759"
8+
url "https://github.com/rocq-prover/rocq/releases/download/V9.2.0/rocq-9.2.0.tar.gz"
9+
sha256 "a45280ab4fbaac7540b136a6b073b4a6db15739ec1e149bded43fa6f4fc25f20"
1110

1211
resource "stdlib" do
13-
url "https://github.com/rocq-prover/stdlib/releases/download/V9.0.0/stdlib-9.0.0.tar.gz"
14-
sha256 "1ab6adc42dfc651ddc909604bae1a54ff5623cda837f93677a8b12aab9eec711"
12+
url "https://github.com/rocq-prover/stdlib/releases/download/V9.1.0/stdlib-9.1.0.tar.gz"
13+
sha256 "2d66421c52ed32719a15cb039c368e063c4d85f670e3d142f5eb7415fb427985"
1514
end
1615
end
1716

@@ -57,13 +56,11 @@ def install
5756
packages = %w[rocq-runtime coq-core rocq-core coqide-server]
5857

5958
system "./configure", "-prefix", prefix,
60-
"-mandir", man,
6159
"-libdir", HOMEBREW_PREFIX/"lib/ocaml/coq",
6260
"-docdir", pkgshare/"latex"
6361
system "make", "dunestrap"
6462
system "dune", "build", "-p", packages.join(",")
6563
system "dune", "install", "--prefix=#{prefix}",
66-
"--mandir=#{man}",
6764
"--libdir=#{lib}/ocaml",
6865
"--docdir=#{doc.parent}",
6966
*packages

0 commit comments

Comments
 (0)