File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,14 @@ class Rocq < Formula
2
2
desc "Proof assistant for higher-order logic"
3
3
homepage "https://rocq-prover.org/"
4
4
license "LGPL-2.1-only"
5
- revision 1
6
5
7
6
stable do
8
- url "https://github.com/rocq-prover/rocq/releases/download/V9.0 .0/rocq-9.0 .0.tar.gz"
9
- sha256 "82f86646fd3d047f760837648195c73374beee667b1c9592d31c5426e3b43a51 "
7
+ url "https://github.com/rocq-prover/rocq/releases/download/V9.1 .0/rocq-9.1 .0.tar.gz"
8
+ sha256 "b236dc44f92e1eeca6877c7ee188a90c2303497fe7beb99df711ed5a7ce0d824 "
10
9
11
10
resource "stdlib" do
12
11
url "https://github.com/rocq-prover/stdlib/releases/download/V9.0.0/stdlib-9.0.0.tar.gz"
13
12
sha256 "1ab6adc42dfc651ddc909604bae1a54ff5623cda837f93677a8b12aab9eec711"
14
-
15
- livecheck do
16
- formula :parent
17
- end
18
13
end
19
14
end
20
15
@@ -60,7 +55,6 @@ def install
60
55
ENV . prepend_path "OCAMLPATH" , Formula [ "ocaml-findlib" ] . opt_lib /"ocaml"
61
56
62
57
packages = %w[ rocq-runtime coq-core rocq-core coqide-server ]
63
- packages << "coq" if build . stable? # TODO: Remove on next release
64
58
65
59
system "./configure" , "-prefix" , prefix ,
66
60
"-mandir" , man ,
You can’t perform that action at this time.
0 commit comments