Skip to content

Commit bcefff8

Browse files
committed
rocq 9.1.0
1 parent 3cf3ecd commit bcefff8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Formula/r/rocq.rb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@ 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

76
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"
109

1110
resource "stdlib" do
1211
url "https://github.com/rocq-prover/stdlib/releases/download/V9.0.0/stdlib-9.0.0.tar.gz"
1312
sha256 "1ab6adc42dfc651ddc909604bae1a54ff5623cda837f93677a8b12aab9eec711"
14-
15-
livecheck do
16-
formula :parent
17-
end
1813
end
1914
end
2015

@@ -60,7 +55,6 @@ def install
6055
ENV.prepend_path "OCAMLPATH", Formula["ocaml-findlib"].opt_lib/"ocaml"
6156

6257
packages = %w[rocq-runtime coq-core rocq-core coqide-server]
63-
packages << "coq" if build.stable? # TODO: Remove on next release
6458

6559
system "./configure", "-prefix", prefix,
6660
"-mandir", man,

0 commit comments

Comments
 (0)