New texlive release, updating the digest to match (#2218)
* November 1 seems to have brought a new texlive release, updating the digest to match. Also switching the url from their automagic mirror to an explicit site to avoid inconsistencies during their updates. It seems like only yesterday (#2073) that I updated this.... * Add comment to url warning about mirror updates Add a comment to the download info warning to use a specific site rather than the mirror, to avoid wobbles during their asynchronous updates. * Fix typo ('to no' -> 'do not')
This commit is contained in:
parent
0940ee6015
commit
bcee2ca162
@ -32,8 +32,10 @@ class Texlive(Package):
|
|||||||
|
|
||||||
homepage = "http://www.tug.org/texlive"
|
homepage = "http://www.tug.org/texlive"
|
||||||
|
|
||||||
version('live', '8402774984c67fed4a18b7f6491243a6',
|
# pull from specific site because the texlive mirrors do not all
|
||||||
url="http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz")
|
# update in synchrony.
|
||||||
|
version('live', '6d171d370f3a2f2b936b9b0c87e8d0fe',
|
||||||
|
url="http://ctan.math.utah.edu/ctan/tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz")
|
||||||
|
|
||||||
# There does not seem to be a complete list of schemes.
|
# There does not seem to be a complete list of schemes.
|
||||||
# Examples include:
|
# Examples include:
|
||||||
|
Loading…
Reference in New Issue
Block a user