summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2017-04-26 17:35:29 -0500
committerGitHub <noreply@github.com>2017-04-26 17:35:29 -0500
commit5422ac1558d20e57f411f94111ed29c27cc44503 (patch)
tree9a6ef2435746a0ea8c04dd69f9012b52869e4243 /var
parent2553afac259f969a73aecda90cc88fe00a4d6c9f (diff)
downloadspack-5422ac1558d20e57f411f94111ed29c27cc44503.tar.gz
spack-5422ac1558d20e57f411f94111ed29c27cc44503.tar.bz2
spack-5422ac1558d20e57f411f94111ed29c27cc44503.tar.xz
spack-5422ac1558d20e57f411f94111ed29c27cc44503.zip
Add latest version of libx11 (#4011)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/libx11/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/libx11/package.py b/var/spack/repos/builtin/packages/libx11/package.py
index d9c28836b8..4df1ef07ce 100644
--- a/var/spack/repos/builtin/packages/libx11/package.py
+++ b/var/spack/repos/builtin/packages/libx11/package.py
@@ -29,8 +29,9 @@ class Libx11(AutotoolsPackage):
"""libX11 - Core X11 protocol client library."""
homepage = "https://www.x.org/"
- url = "https://www.x.org/archive/individual/lib/libX11-1.6.3.tar.gz"
+ url = "https://www.x.org/archive/individual/lib/libX11-1.6.5.tar.gz"
+ version('1.6.5', '300b5831916ffcc375468431d856917e')
version('1.6.3', '7d16653fe7c36209799175bb3dc1ae46')
depends_on('libxcb@1.1.92:')