Skip to content
Snippets Groups Projects
Commit f3410a0b authored by George Hartzell's avatar George Hartzell Committed by becker33
Browse files

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
parent 3088cb17
No related branches found
No related tags found
No related merge requests found
...@@ -32,9 +32,16 @@ class Texlive(Package): ...@@ -32,9 +32,16 @@ class Texlive(Package):
homepage = "http://www.tug.org/texlive" 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. # 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") 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment