summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-07-10 20:05:27 +0000
committerKarl Berry <karl@freefriends.org>2022-07-10 20:05:27 +0000
commit6a6f5447000b58a0cafe30f6a52ccf8085241349 (patch)
tree6bfd0dc44fd0f8de2aee79da35f7d30229c7deea
parenta4ef840a27e1868d12c297f782849b84023c789d (diff)
biber (10jul22)
git-svn-id: svn://tug.org/texlive/trunk@63870 c570f23f-e606-0410-a88d-b1316a301751
-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",