coq: Update to version 8.12.2

This commit is contained in:
Jakub Čábera 2020-12-26 08:42:07 +01:00
parent fa56341c2e
commit 97b1a5d70f

View File

@ -1,33 +1,29 @@
{ {
"version": "8.12.1", "version": "8.12.2",
"description": "A formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.", "description": "A formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.",
"homepage": "https://coq.inria.fr/", "homepage": "https://coq.inria.fr/",
"license": "LGPL-2.1-only", "license": "LGPL-2.1-only",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/coq/coq/releases/download/V8.12.1/coq-8.12.1-installer-windows-x86_64.exe#/dl.7z", "url": "https://github.com/coq/coq/releases/download/V8.12.2/coq-8.12.2-installer-windows-x86_64.exe#/dl.7z",
"hash": "6a287c3b7b783064485561386194c3460b30e7210cf315b95eaeb93402150680" "hash": "3d7e642aedbd65bf76efdbb2f495a3d7b23ba447c6afe96eff6418c6359a5341"
},
"32bit": {
"url": "https://github.com/coq/coq/releases/download/V8.12.1/coq-8.12.1-installer-windows-i686.exe#/dl.7z",
"hash": "6f1b06fd11a5e645613f08d742415a55f8d2bd27c2a762ecc73e7efae7bfb5b5"
} }
}, },
"pre_install": "Remove-Item \"$dir\\`$*\" -Recurse -Force",
"bin": [ "bin": [
"bin\\coqtop.exe", "bin\\coqtop.exe",
"bin\\coqc.exe", "bin\\coqc.exe",
"bin\\coqchk.exe" "bin\\coqchk.exe"
], ],
"env_set": {
"COQBIN": "bin"
},
"shortcuts": [ "shortcuts": [
[ [
"bin\\coqide.exe", "bin\\coqide.exe",
"CoqIDE" "CoqIDE"
] ]
], ],
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe.nsis\" -Recurse -Force", "env_set": {
"COQBIN": "bin"
},
"checkver": { "checkver": {
"github": "https://github.com/coq/coq" "github": "https://github.com/coq/coq"
}, },
@ -35,9 +31,6 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/coq/coq/releases/download/V$version/coq-$version-installer-windows-x86_64.exe#/dl.7z" "url": "https://github.com/coq/coq/releases/download/V$version/coq-$version-installer-windows-x86_64.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/coq/coq/releases/download/V$version/coq-$version-installer-windows-i686.exe#/dl.7z"
} }
} }
} }