-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbiber.json
31 lines (31 loc) · 1.26 KB
/
biber.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
{
"version": "2.20",
"description": "Biber is a BibTeX replacement for users of biblatex, with full Unicode support.",
"license": "Artistic-2.0",
"homepage": "https://biblatex-biber.sourceforge.net/",
"suggest": {
"tectonic": "tectonic"
},
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/current/binaries/Windows/biber-MSWIN64.zip",
"hash": "sha1:c05d45fdfbe8a8e15244a6b24dadef3d6c7f1f36"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/current/binaries/Windows/biber-MSWIN32.zip",
"hash": "sha1:bead34ed7f31b4203c58407feb2ea8e5a0966556"
}
},
"bin": "biber.exe",
"checkver": "Biber ([\\d.]+) is now ",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/current/binaries/Windows/biber-MSWIN64.zip"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/current/binaries/Windows/biber-MSWIN32.zip"
}
}
}
}