summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorhealther <healther@users.noreply.github.com>2017-03-28 19:28:30 +0200
committerAdam J. Stewart <ajstewart426@gmail.com>2017-03-28 12:28:30 -0500
commit98d67bd060e31ccd7adf9317844c59ad9a2f4f8a (patch)
tree5ffaf4cbf4342e6cef016332bb82b6a595fecde5 /var
parentf6b6e397cb1ea1a4160bb71f07c6898cd8127ab8 (diff)
downloadspack-98d67bd060e31ccd7adf9317844c59ad9a2f4f8a.tar.gz
spack-98d67bd060e31ccd7adf9317844c59ad9a2f4f8a.tar.bz2
spack-98d67bd060e31ccd7adf9317844c59ad9a2f4f8a.tar.xz
spack-98d67bd060e31ccd7adf9317844c59ad9a2f4f8a.zip
Add new version to glog (#3586)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/glog/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/glog/package.py b/var/spack/repos/builtin/packages/glog/package.py
index 11d679c7ff..eb8edf3aad 100644
--- a/var/spack/repos/builtin/packages/glog/package.py
+++ b/var/spack/repos/builtin/packages/glog/package.py
@@ -29,6 +29,7 @@ class Glog(AutotoolsPackage):
"""C++ implementation of the Google logging module."""
homepage = "https://github.com/google/glog"
- url = "https://github.com/google/glog/archive/v0.3.3.tar.gz"
+ url = "https://github.com/google/glog/archive/v0.3.4.tar.gz"
+ version('0.3.4', 'df92e05c9d02504fb96674bc776a41cb')
version('0.3.3', 'c1f86af27bd9c73186730aa957607ed0')