summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2018-05-23 13:27:39 -0500
committerGitHub <noreply@github.com>2018-05-23 13:27:39 -0500
commit13a1575452805a025550df4a40b115cb017ce222 (patch)
tree220b97e10039e686e897ed4c68792ac2126e9b31
parentf57ce38c41c36aa71d558fe6dba048bbf38e5d7d (diff)
downloadspack-13a1575452805a025550df4a40b115cb017ce222.tar.gz
spack-13a1575452805a025550df4a40b115cb017ce222.tar.bz2
spack-13a1575452805a025550df4a40b115cb017ce222.tar.xz
spack-13a1575452805a025550df4a40b115cb017ce222.zip
Add pkgconf 1.4.2 (#8256)
-rw-r--r--var/spack/repos/builtin/packages/pkgconf/package.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/pkgconf/package.py b/var/spack/repos/builtin/packages/pkgconf/package.py
index b046e74ea0..e6961d5424 100644
--- a/var/spack/repos/builtin/packages/pkgconf/package.py
+++ b/var/spack/repos/builtin/packages/pkgconf/package.py
@@ -32,14 +32,18 @@ class Pkgconf(AutotoolsPackage):
maintaining compatibility."""
homepage = "http://pkgconf.org/"
- url = "http://distfiles.alpinelinux.org/distfiles/pkgconf-1.3.10.tar.xz"
+ url = "http://distfiles.alpinelinux.org/distfiles/pkgconf-1.4.2.tar.xz"
- version('1.4.0', 'c509c0dad5a70aa4bc3210557b7eafce')
+ version('1.4.2', '678d242b4eef1754bba6a58642af10bb')
+ version('1.4.0', 'c509c0dad5a70aa4bc3210557b7eafce')
version('1.3.10', '9b63707bf6f8da6efb3868101d7525fe')
- version('1.3.8', '484ba3360d983ce07416843d5bc916a8')
+ version('1.3.8', '484ba3360d983ce07416843d5bc916a8')
provides('pkgconfig')
+ # TODO: Add a package for the kyua testing framework
+ # depends_on('kyua', type='test')
+
def setup_dependent_environment(self, spack_env, run_env, dependent_spec):
"""Adds the ACLOCAL path for autotools."""
spack_env.append_path('ACLOCAL_PATH',