From bcee2ca1629df5cd6608db373131945f8a916ac4 Mon Sep 17 00:00:00 2001 From: George Hartzell Date: Fri, 4 Nov 2016 23:14:48 -0700 Subject: 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') --- var/spack/repos/builtin/packages/texlive/package.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/texlive/package.py b/var/spack/repos/builtin/packages/texlive/package.py index c9c677e2b1..36b3fad2f6 100644 --- a/var/spack/repos/builtin/packages/texlive/package.py +++ b/var/spack/repos/builtin/packages/texlive/package.py @@ -32,8 +32,10 @@ class Texlive(Package): homepage = "http://www.tug.org/texlive" - version('live', '8402774984c67fed4a18b7f6491243a6', - url="http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz") + # pull from specific site because the texlive mirrors do not all + # 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. # Examples include: -- cgit v1.2.3-60-g2f50