summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/scripts/texlive/lua/texlive/tlpdb.tlu18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/scripts/texlive/lua/texlive/tlpdb.tlu b/Master/texmf-dist/scripts/texlive/lua/texlive/tlpdb.tlu
index d83f02ceccf..4977431bd56 100644
--- a/Master/texmf-dist/scripts/texlive/lua/texlive/tlpdb.tlu
+++ b/Master/texmf-dist/scripts/texlive/lua/texlive/tlpdb.tlu
@@ -22,9 +22,9 @@
-- tlpobj.containersize string
-- tlpobj.srccontainersize string
-- tlpobj.doccontainersize string
--- tlpobj.containermd5 string
--- tlpobj.srccontainermd5 string
--- tlpobj.doccontainermd5 string
+-- tlpobj.containerchecksum string
+-- tlpobj.srccontainerchecksum string
+-- tlpobj.doccontainerchecksum string
-- tlpobj.binfiles table indexed by archs giving table indexed by numbers
-- tlpobj.binsize table indexed by archs giving strings
-- tlpobj.docfiles = table indexed by numbers
@@ -118,12 +118,12 @@ function read_tlpdb(root)
tlpobj.srccontainersize = rest
elseif first == "doccontainersize" then
tlpobj.doccontainersize = rest
- elseif first == "containermd5" then
- tlpobj.containermd5 = rest
- elseif first == "srccontainermd5" then
- tlpobj.srccontainermd5 = rest
- elseif first == "doccontainermd5" then
- tlpobj.doccontainermd5 = rest
+ elseif first == "containerchecksum" then
+ tlpobj.containerchecksum = rest
+ elseif first == "srccontainerchecksum" then
+ tlpobj.srccontainerchecksum = rest
+ elseif first == "doccontainerchecksum" then
+ tlpobj.doccontainerchecksum = rest
elseif first == "runfiles" then
local rsize = string.match(rest,'size=([0-9]*)')
if (rsize) then