-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
Copy pathswipl.json
44 lines (44 loc) · 1.38 KB
/
swipl.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"version": "9.2.9-1",
"description": "Comprehensive free Prolog environment.",
"homepage": "https://www.swi-prolog.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://www.swi-prolog.org/download/stable/bin/swipl-9.2.9-1.x64.exe#/dl.7z",
"hash": "0e6dbf5f4bb245344a257f2715f5d793d17870dee9eea1735ccb67b35f1e037c"
},
"32bit": {
"url": "https://www.swi-prolog.org/download/stable/bin/swipl-9.2.9-1.x86.exe#/dl.7z",
"hash": "1c9a87f2fd3ecc5311226b72a9b03989e500250ff469d7418f31706ce16b2de7"
}
},
"bin": [
"bin\\swipl.exe",
"bin\\swipl-ld.exe"
],
"shortcuts": [
[
"bin\\swipl-win.exe",
"SWI-Prolog"
]
],
"checkver": {
"url": "https://www.swi-prolog.org/download/stable",
"regex": "swipl-([\\d.-]+)\\.x64\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.swi-prolog.org/download/stable/bin/swipl-$version.x64.exe#/dl.7z"
},
"32bit": {
"url": "https://www.swi-prolog.org/download/stable/bin/swipl-$version.x86.exe#/dl.7z"
}
},
"hash": {
"url": "https://www.swi-prolog.org/download/stable",
"regex": "(?sm)$basename.*?$sha256"
}
}
}