biber: Update to version 2.21 & drop 32bit (#7128)

Upstream has dropped support for Windows 32bit in the 2.21 update cycle
This commit is contained in:
jack-mil 2025-09-11 13:38:08 -04:00 committed by GitHub
parent 33c95f0c05
commit 2a8e8a1ddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
{ {
"version": "2.20", "version": "2.21",
"description": "Biber is a BibTeX replacement for users of biblatex, with full Unicode support.", "description": "Biber is a BibTeX replacement for users of biblatex, with full Unicode support.",
"license": "Artistic-2.0", "license": "Artistic-2.0",
"homepage": "https://biblatex-biber.sourceforge.net/", "homepage": "https://biblatex-biber.sourceforge.net/",
@ -9,11 +9,7 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/current/binaries/Windows/biber-MSWIN64.zip", "url": "https://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/current/binaries/Windows/biber-MSWIN64.zip",
"hash": "sha1:c05d45fdfbe8a8e15244a6b24dadef3d6c7f1f36" "hash": "sha1:ee3ffda40abd7d420427620d6db3203923cda4c7"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/current/binaries/Windows/biber-MSWIN32.zip",
"hash": "sha1:bead34ed7f31b4203c58407feb2ea8e5a0966556"
} }
}, },
"bin": "biber.exe", "bin": "biber.exe",
@ -22,9 +18,6 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/current/binaries/Windows/biber-MSWIN64.zip" "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"
} }
} }
} }