diff --git a/bucket/coq.json b/bucket/coq.json index 0914d0f6b0..9f5002ca38 100644 --- a/bucket/coq.json +++ b/bucket/coq.json @@ -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.", "homepage": "https://coq.inria.fr/", "license": "LGPL-2.1-only", "architecture": { "64bit": { - "url": "https://github.com/coq/platform/releases/download/2021.02.1/coq-platform-2021.02.1-installer-windows-x86_64.exe#/dl.7z", - "hash": "96941bd0c1096813fb6832088cc0950b3f65acd0e3ed97deca412df8768e10d2" + "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": "3e1951f604398b569403eb0f4c0ae6623eb7073e632228609af1ef86c589a31c" }, "32bit": { - "url": "https://github.com/coq/platform/releases/download/2021.02.1/coq-platform-2021.02.1-installer-windows-i686.exe#/dl.7z", - "hash": "1c6c8a23865bba588814e95f8ac4e9a7c20e2fd80b67e0648e2e1479e0391793" + "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": "d45a07422c3ca017142515e8cef7c995c280ebb107326398ccae02aac31d563e" } }, "pre_install": "Remove-Item \"$dir\\`$*\" -Recurse -Force", @@ -28,8 +28,5 @@ ], "env_set": { "COQBIN": "bin" - }, - "checkver": { - "github": "https://github.com/coq/platform" } }