biber: Add version 2.18 (#4007)

* 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>
This commit is contained in:
Jacob Lane Ledbetter 2022-10-10 16:30:39 -06:00 committed by GitHub
parent c43aded4fd
commit 70657181e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
bucket/biber.json Normal file
View File

@ -0,0 +1,31 @@
{
"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"
}
}
}
}