summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/bin/i386-linux/biberbin26647281 -> 26870645 bytes
-rwxr-xr-xMaster/bin/x86_64-linux/biberbin30027060 -> 30027060 bytes
-rw-r--r--Master/texmf-dist/source/bibtex/biber/README.biber-cygwin2
-rw-r--r--Master/texmf-dist/source/bibtex/biber/README.biber-linux4
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds4
5 files changed, 8 insertions, 2 deletions
diff --git a/Master/bin/i386-linux/biber b/Master/bin/i386-linux/biber
index 348ef04db32..9b15c7ddaca 100755
--- a/Master/bin/i386-linux/biber
+++ b/Master/bin/i386-linux/biber
Binary files differ
diff --git a/Master/bin/x86_64-linux/biber b/Master/bin/x86_64-linux/biber
index 5a08a267444..23073bc9481 100755
--- a/Master/bin/x86_64-linux/biber
+++ b/Master/bin/x86_64-linux/biber
Binary files differ
diff --git a/Master/texmf-dist/source/bibtex/biber/README.biber-cygwin b/Master/texmf-dist/source/bibtex/biber/README.biber-cygwin
new file mode 100644
index 00000000000..b81bf34462d
--- /dev/null
+++ b/Master/texmf-dist/source/bibtex/biber/README.biber-cygwin
@@ -0,0 +1,2 @@
+These are biber binaries for the Cygwin platform.
+See https://ctan.org/pkg/biber for documentation, sources, and all else.
diff --git a/Master/texmf-dist/source/bibtex/biber/README.biber-linux b/Master/texmf-dist/source/bibtex/biber/README.biber-linux
new file mode 100644
index 00000000000..ed8ae6ffa19
--- /dev/null
+++ b/Master/texmf-dist/source/bibtex/biber/README.biber-linux
@@ -0,0 +1,4 @@
+These are biber binaries for the linux platform(s), released under:
+Perl Artistic License, version 2
+
+See https://ctan.org/pkg/biber for documentation, sources, and all else.
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 0ad86007f0d..a8821ae1685 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -6304,8 +6304,8 @@ sub POSTbiber {
my %tl_platform = (
"MSWIN32" => "win32",
"amd64-freebsd" => "amd64-freebsd",
- "cygwin32" => "i386-cygwin",
- "cygwin64" => "x86_64-cygwin",
+ "cygwin_i386" => "i386-cygwin",
+ "cygwin_x86_64" => "x86_64-cygwin",
"darwin_x86_64" => "universal-darwin",
"darwin_universal" => "universal-darwin",
"darwinlegacy_x86_64"=> "x86_64-darwinlegacy",