texlive: fix and deprecate live version (#31195)
This commit is contained in:
parent
1f39d6d916
commit
aedc41c3a0
@ -31,8 +31,8 @@ class Texlive(AutotoolsPackage):
|
|||||||
# connection at install time and the package versions could change over
|
# connection at install time and the package versions could change over
|
||||||
# time. It is better to use a version built from tarballs, as defined with
|
# time. It is better to use a version built from tarballs, as defined with
|
||||||
# the "releases" below.
|
# the "releases" below.
|
||||||
version('live', sha256='74eac0855e1e40c8db4f28b24ef354bd7263c1f76031bdc02b52156b572b7a1d',
|
version('live', sha256='e67edec49df6b7c4a987a7d5a9b31bcf41258220f9ac841c7a836080cd334fb5',
|
||||||
url='ftp://tug.org/historic/systems/texlive/2021/install-tl-unx.tar.gz')
|
url='ftp://tug.org/historic/systems/texlive/2022/install-tl-unx.tar.gz', deprecated=True)
|
||||||
|
|
||||||
# Add information for new versions below.
|
# Add information for new versions below.
|
||||||
releases = [
|
releases = [
|
||||||
|
Loading…
Reference in New Issue
Block a user