Skip to content

Commit 4a45a04

Browse files
committed
coq: Update to version 2023.11.0, remove 32bit
Removed 32bit because the binaries are no longer being built: rocq-prover/platform#401 (comment) Added icon to shortcut
1 parent 56da93c commit 4a45a04

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

bucket/coq.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2023.03.0",
2+
"version": "2023.11.0",
33
"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.",
44
"homepage": "https://coq.inria.fr/",
55
"license": {
@@ -8,12 +8,8 @@
88
},
99
"architecture": {
1010
"64bit": {
11-
"url": "https://github.com/coq/platform/releases/download/2023.03.0/Coq-Platform-release-2023.03.0-version.8.17.2023.08-Windows-x86_64.exe#/dl.7z",
12-
"hash": "df421f69e452e5485e6839106f7dbfb997bc43865b7542d3afdf38dfd7e5a738"
13-
},
14-
"32bit": {
15-
"url": "https://github.com/coq/platform/releases/download/2023.03.0/Coq-Platform-release-2023.03.0-version.8.17.2023.08-Windows-i686.exe#/dl.7z",
16-
"hash": "64fb34373db4eb06d820954f2b4a39f2ad606da2e664b3f4228c83bd43029af7"
11+
"url": "https://github.com/coq/platform/releases/download/2023.11.0/Coq-Platform-release-2023.11.0-version.8.18.2023.11-Windows-x86_64.exe#/dl.7z",
12+
"hash": "e63dfaec68a3bb2c5766433c0d9b9e76e9a5ea422227e9a76614eca6bde9f193"
1713
}
1814
},
1915
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse -Force",
@@ -26,7 +22,9 @@
2622
"shortcuts": [
2723
[
2824
"bin\\coqide.exe",
29-
"CoqIDE"
25+
"CoqIDE",
26+
"",
27+
"bin\\coq.ico"
3028
]
3129
],
3230
"env_set": {
@@ -41,9 +39,6 @@
4139
"architecture": {
4240
"64bit": {
4341
"url": "https://github.com/coq/platform/releases/download/$version/Coq-Platform-release-$version-version.$matchCoqver-Windows-x86_64.exe#/dl.7z"
44-
},
45-
"32bit": {
46-
"url": "https://github.com/coq/platform/releases/download/$version/Coq-Platform-release-$version-version.$matchCoqver-Windows-i686.exe#/dl.7z"
4742
}
4843
}
4944
}

0 commit comments

Comments
 (0)