Update texlive digest value (#2514)
* Update texlive digest value While the discussion in #2494 progresses, this changes fixes the digest values so that builds succeeed. * Add warning that texlive is not repeatably installable
This commit is contained in:
parent
3088cb171e
commit
f3410a0b1d
@ -32,9 +32,16 @@ class Texlive(Package):
|
||||
|
||||
homepage = "http://www.tug.org/texlive"
|
||||
|
||||
# pull from specific site because the texlive mirrors do not all
|
||||
# Pull from specific site because the texlive mirrors do not all
|
||||
# update in synchrony.
|
||||
version('live', '6d171d370f3a2f2b936b9b0c87e8d0fe',
|
||||
#
|
||||
# BEWARE: TexLive updates their installs frequently (probably why
|
||||
# they call it *Live*...). There is no good way to provide a
|
||||
# repeatable install of the package. We try to keep up with the
|
||||
# digest values, but don't be surprised if this package is
|
||||
# briefly unbuildable.
|
||||
#
|
||||
version('live', 'bdc04d216c87a195cb29f9f21ae84f3d',
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user