Add latest version of libxslt (#10098)
This commit is contained in:
parent
d7b4160e67
commit
34499c9b82
@ -7,16 +7,16 @@
|
|||||||
|
|
||||||
|
|
||||||
class Libxslt(AutotoolsPackage):
|
class Libxslt(AutotoolsPackage):
|
||||||
"""Libxslt is the XSLT C library developed for the GNOME
|
"""Libxslt is the XSLT C library developed for the GNOME project. XSLT
|
||||||
project. XSLT itself is a an XML language to define
|
itself is a an XML language to define transformation for XML. Libxslt is
|
||||||
transformation for XML. Libxslt is based on libxml2 the XML C
|
based on libxml2 the XML C library developed for the GNOME project. It also
|
||||||
library developed for the GNOME project. It also implements
|
implements most of the EXSLT set of processor-portable extensions functions
|
||||||
most of the EXSLT set of processor-portable extensions
|
and some of Saxon's evaluate and expressions extensions."""
|
||||||
functions and some of Saxon's evaluate and expressions
|
|
||||||
extensions."""
|
|
||||||
homepage = "http://www.xmlsoft.org/XSLT/index.html"
|
|
||||||
url = "http://xmlsoft.org/sources/libxslt-1.1.28.tar.gz"
|
|
||||||
|
|
||||||
|
homepage = "http://www.xmlsoft.org/XSLT/index.html"
|
||||||
|
url = "http://xmlsoft.org/sources/libxslt-1.1.32.tar.gz"
|
||||||
|
|
||||||
|
version('1.1.32', sha256='526ecd0abaf4a7789041622c3950c0e7f2c4c8835471515fd77eec684a355460')
|
||||||
version('1.1.29', 'a129d3c44c022de3b9dcf6d6f288d72e')
|
version('1.1.29', 'a129d3c44c022de3b9dcf6d6f288d72e')
|
||||||
version('1.1.28', '9667bf6f9310b957254fdcf6596600b7')
|
version('1.1.28', '9667bf6f9310b957254fdcf6596600b7')
|
||||||
version('1.1.26', 'e61d0364a30146aaa3001296f853b2b9')
|
version('1.1.26', 'e61d0364a30146aaa3001296f853b2b9')
|
||||||
|
Loading…
Reference in New Issue
Block a user