summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2018-05-20 15:04:47 -0500
committerGitHub <noreply@github.com>2018-05-20 15:04:47 -0500
commita5d2e59320eea514249656e96d7d2e9d71bc6f1c (patch)
tree665f97676fbaa4e2064e38b57f67f2857a9575ec
parent478c99ce012c09c2e42847860c9d8f6f3171fa39 (diff)
downloadspack-a5d2e59320eea514249656e96d7d2e9d71bc6f1c.tar.gz
spack-a5d2e59320eea514249656e96d7d2e9d71bc6f1c.tar.bz2
spack-a5d2e59320eea514249656e96d7d2e9d71bc6f1c.tar.xz
spack-a5d2e59320eea514249656e96d7d2e9d71bc6f1c.zip
Add libxml2 2.9.8 (#8211)
-rw-r--r--var/spack/repos/builtin/packages/libxml2/package.py4
1 files changed, 3 insertions, 1 deletions
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')