diff options
author | George Hartzell <hartzell@alerce.com> | 2016-12-14 11:55:48 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-12-14 11:55:48 -0800 |
commit | f487102c0c4f57282c536d90bbf4499367049883 (patch) | |
tree | c23d5540a620f6380b2c44c8cacfd7cfc2d93e5e | |
parent | c02de564e4c3b33d0fc0a83078f6c7b43f5004e5 (diff) | |
download | spack-f487102c0c4f57282c536d90bbf4499367049883.tar.gz spack-f487102c0c4f57282c536d90bbf4499367049883.tar.bz2 spack-f487102c0c4f57282c536d90bbf4499367049883.tar.xz spack-f487102c0c4f57282c536d90bbf4499367049883.zip |
Update texlive digest (#2591)
Texlive is *live*, they update the contents of their tarball on a whim.
Here's the current one.
-rw-r--r-- | var/spack/repos/builtin/packages/texlive/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/texlive/package.py b/var/spack/repos/builtin/packages/texlive/package.py index b7e14e1a8b..2efb1de651 100644 --- a/var/spack/repos/builtin/packages/texlive/package.py +++ b/var/spack/repos/builtin/packages/texlive/package.py @@ -41,7 +41,7 @@ class Texlive(Package): # digest values, but don't be surprised if this package is # briefly unbuildable. # - version('live', 'bdc04d216c87a195cb29f9f21ae84f3d', + version('live', '1962b756794827467b50ed4da94d8ee8', 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. |