From a5d2e59320eea514249656e96d7d2e9d71bc6f1c Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Sun, 20 May 2018 15:04:47 -0500 Subject: Add libxml2 2.9.8 (#8211) --- var/spack/repos/builtin/packages/libxml2/package.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/libxml2/package.py b/var/spack/repos/builtin/packages/libxml2/package.py index d0fcb36c99..1faffe1351 100644 --- a/var/spack/repos/builtin/packages/libxml2/package.py +++ b/var/spack/repos/builtin/packages/libxml2/package.py @@ -29,9 +29,11 @@ class Libxml2(AutotoolsPackage): """Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), it is free software available under the MIT License.""" + homepage = "http://xmlsoft.org" - url = "http://xmlsoft.org/sources/libxml2-2.9.2.tar.gz" + url = "http://xmlsoft.org/sources/libxml2-2.9.8.tar.gz" + version('2.9.8', 'b786e353e2aa1b872d70d5d1ca0c740d') version('2.9.4', 'ae249165c173b1ff386ee8ad676815f5') version('2.9.2', '9e6a9aca9d155737868b3dc5fd82f788') version('2.7.8', '8127a65e8c3b08856093099b52599c86') -- cgit v1.2.3-70-g09d2