coq: Update to version 2022.01.0 (#3388)

* coq: update to version 2022.01.0

* coq: remove checkver
This commit is contained in:
tech189 2022-03-16 04:00:15 +00:00 committed by GitHub
parent 21f0e1ee8f
commit db373f5f76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{ {
"version": "2021.02.1", "version": "2022.01.0",
"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/platform/releases/download/2021.02.1/coq-platform-2021.02.1-installer-windows-x86_64.exe#/dl.7z", "url": "https://github.com/coq/platform/releases/download/2022.01.0/Coq-Platform-8.14.2022.01-installer-windows-x86_64_signed.exe#/dl.7z",
"hash": "96941bd0c1096813fb6832088cc0950b3f65acd0e3ed97deca412df8768e10d2" "hash": "3e1951f604398b569403eb0f4c0ae6623eb7073e632228609af1ef86c589a31c"
}, },
"32bit": { "32bit": {
"url": "https://github.com/coq/platform/releases/download/2021.02.1/coq-platform-2021.02.1-installer-windows-i686.exe#/dl.7z", "url": "https://github.com/coq/platform/releases/download/2022.01.0/Coq-Platform-8.14.2022.01-installer-windows-i686_signed.exe#/dl.7z",
"hash": "1c6c8a23865bba588814e95f8ac4e9a7c20e2fd80b67e0648e2e1479e0391793" "hash": "d45a07422c3ca017142515e8cef7c995c280ebb107326398ccae02aac31d563e"
} }
}, },
"pre_install": "Remove-Item \"$dir\\`$*\" -Recurse -Force", "pre_install": "Remove-Item \"$dir\\`$*\" -Recurse -Force",
@ -28,8 +28,5 @@
], ],
"env_set": { "env_set": {
"COQBIN": "bin" "COQBIN": "bin"
},
"checkver": {
"github": "https://github.com/coq/platform"
} }
} }