diff options
author | Kelly (KT) Thompson <KineticTheory@users.noreply.github.com> | 2018-01-21 23:12:00 -0700 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2018-01-22 07:12:00 +0100 |
commit | 55c3451b87ef5c921c9ff12233b2568f89228cd7 (patch) | |
tree | 0714918eaa40eb608baeb0eb5ec24c9a9e1439f2 | |
parent | cfd68e48a4a9f9b72b6a9ee7f2876fb55e4f60c6 (diff) | |
download | spack-55c3451b87ef5c921c9ff12233b2568f89228cd7.tar.gz spack-55c3451b87ef5c921c9ff12233b2568f89228cd7.tar.bz2 spack-55c3451b87ef5c921c9ff12233b2568f89228cd7.tar.xz spack-55c3451b87ef5c921c9ff12233b2568f89228cd7.zip |
Version update for 2.22 (#7023)
-rw-r--r-- | var/spack/repos/builtin/packages/ack/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/ack/package.py b/var/spack/repos/builtin/packages/ack/package.py index ec1b6d2a22..b532ce2414 100644 --- a/var/spack/repos/builtin/packages/ack/package.py +++ b/var/spack/repos/builtin/packages/ack/package.py @@ -35,6 +35,7 @@ class Ack(Package): homepage = "http://beyondgrep.com/" url = "http://beyondgrep.com/ack-2.14-single-file" + version('2.22', 'eea9d4daef7c262751f15ca9b3b70317', expand=False) version('2.18', 'e8ebfd7a7ec8476bffd4686bf7b14fd7', expand=False) version('2.16', '7085b5a5c76fda43ff049410870c8535', expand=False) version('2.14', 'e74150a1609d28a70b450ef9cc2ed56b', expand=False) |