summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hartzell <hartzell@alerce.com>2017-10-06 12:56:58 -0700
committerChristoph Junghans <christoph.junghans@gmail.com>2017-10-06 13:56:58 -0600
commit202c66d90c9b5e41dba2c5ca51748a79b1f4d50f (patch)
treee5968a5f63fee3240d11625689b0c1a142cc9fe7
parent2b2a5ca7bf72cdead4a97ffcb2dab2cb4aa10cb8 (diff)
downloadspack-202c66d90c9b5e41dba2c5ca51748a79b1f4d50f.tar.gz
spack-202c66d90c9b5e41dba2c5ca51748a79b1f4d50f.tar.bz2
spack-202c66d90c9b5e41dba2c5ca51748a79b1f4d50f.tar.xz
spack-202c66d90c9b5e41dba2c5ca51748a79b1f4d50f.zip
The silver searcher: new version (#5630)
* Updating ag to the latest version * Pretty by request * Restore url to previous value There *is* an https version available, but I've also been told to not just update the url when adding new version. I'm following the latter advice and trusting security to the digest.
-rw-r--r--var/spack/repos/builtin/packages/the-silver-searcher/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/the-silver-searcher/package.py b/var/spack/repos/builtin/packages/the-silver-searcher/package.py
index 5e1c83d235..e00ce61b7b 100644
--- a/var/spack/repos/builtin/packages/the-silver-searcher/package.py
+++ b/var/spack/repos/builtin/packages/the-silver-searcher/package.py
@@ -27,9 +27,11 @@ from spack import *
class TheSilverSearcher(AutotoolsPackage):
"""Fast recursive grep alternative"""
+
homepage = "http://geoff.greer.fm/ag/"
url = "http://geoff.greer.fm/ag/releases/the_silver_searcher-0.32.0.tar.gz"
+ version('2.1.0', '3e7207b060424174323236932bf76ec2')
version('0.32.0', '3fdfd5836924246073d5344257a06823')
version('0.30.0', '95e2e7859fab1156c835aff7413481db')