update to texlive 2019 (#11365)
This commit is contained in:
parent
92c4567404
commit
ac3cbfd69a
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ class Texlive(Package):
|
|||
# itself is stable. Don't let that fool you though, it's still
|
||||
# installing TeX **LIVE** from e.g. ctan.math.... below, which is
|
||||
# not reproducible.
|
||||
version('live', '946701aa28ca1f93e55e8310ce63fbf8',
|
||||
url='ftp://tug.org/historic/systems/texlive/2018/install-tl-unx.tar.gz')
|
||||
version('live', sha256='44aa41b5783e345b7021387f19ac9637ff1ce5406a59754230c666642dfe7750',
|
||||
url='ftp://tug.org/historic/systems/texlive/2019/install-tl-unx.tar.gz')
|
||||
|
||||
# There does not seem to be a complete list of schemes.
|
||||
# Examples include:
|
||||
|
|
Loading…
Reference in a new issue