Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/c/coq.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Coq < Formula
desc "Proof assistant for higher-order logic"
homepage "https://coq.inria.fr/"
url "https://github.com/coq/coq/archive/refs/tags/V8.18.0.tar.gz"
sha256 "00a18c796a6e154a1f1bac7e1aef9e14107e0295fa4e0a18f10cdea6fc2e840b"
url "https://github.com/coq/coq/releases/download/V8.19.0/coq-8.19.0.tar.gz"
sha256 "17e5c10fadcd3cda7509d822099a892fcd003485272b56a45abd30390f6a426f"
Comment thread
p-linnane marked this conversation as resolved.
license "LGPL-2.1-only"
head "https://github.com/coq/coq.git", branch: "master"

Expand Down
4 changes: 2 additions & 2 deletions Formula/m/math-comp.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class MathComp < Formula
desc "Mathematical Components for the Coq proof assistant"
homepage "https://math-comp.github.io/math-comp/"
url "https://github.com/math-comp/math-comp/archive/refs/tags/mathcomp-1.18.0.tar.gz"
sha256 "7623544e912dcee643fda4b4c89e07fc011a515fd60e976462b6cc29cd5f2d1e"
url "https://github.com/math-comp/math-comp/archive/refs/tags/mathcomp-1.19.0.tar.gz"
sha256 "786db902d904347f2108ffceae15ba29037ff8e63a6c58b87928f08671456394"
license "CECILL-B"
head "https://github.com/math-comp/math-comp.git", branch: "master"

Expand Down