diff options
author | Glenn Johnson <glenn-johnson@uiowa.edu> | 2021-04-12 04:15:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 11:15:03 +0200 |
commit | 0b472a91d10b1abe494bb93093efa062a08a72c2 (patch) | |
tree | 042f9f3add265da6ea9d1bae80dce2a3074c45f2 | |
parent | edcd0703dfe0238f62d74596d72264bae6d8eecb (diff) | |
download | spack-0b472a91d10b1abe494bb93093efa062a08a72c2.tar.gz spack-0b472a91d10b1abe494bb93093efa062a08a72c2.tar.bz2 spack-0b472a91d10b1abe494bb93093efa062a08a72c2.tar.xz spack-0b472a91d10b1abe494bb93093efa062a08a72c2.zip |
maker: add v3.01.03 (#22915)
-rw-r--r-- | var/spack/repos/builtin/packages/maker/package.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/maker/package.py b/var/spack/repos/builtin/packages/maker/package.py index 6e4836bc22..80be916570 100644 --- a/var/spack/repos/builtin/packages/maker/package.py +++ b/var/spack/repos/builtin/packages/maker/package.py @@ -33,7 +33,8 @@ class Maker(Package): homepage = "http://www.yandell-lab.org/software/maker.html" manual_download = True - version('2.31.10', sha256='d3979af9710d61754a3b53f6682d0e2052c6c3f36be6f2df2286d2587406f07d') + version('3.01.03', sha256='d3979af9710d61754a3b53f6682d0e2052c6c3f36be6f2df2286d2587406f07d') + version('2.31.10', sha256='d3979af9710d61754a3b53f6682d0e2052c6c3f36be6f2df2286d2587406f07d') def url_for_version(self, version): return "file://{0}/maker-{1}.tgz".format(os.getcwd(), version) |