mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
* add biber.json to main bucket' * update biber.json with nessesary parts * Update biber.json with needed parts * forgot a comma * Get bin out of architecture * fix hashes * add suggestions Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.18",
|
|
"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": "02ee3a8b6838b7ff1e9aea1a5342686981b9364067a7b8e7131c3b3201cf387c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/current/binaries/Windows/biber-MSWIN32.zip",
|
|
"hash": "7328c7e6346b6776fcc5e01162d90312817851fb44171d7145d179a143567fb8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|