maker: add v3.01.03 (#22915)

This commit is contained in:
Glenn Johnson 2021-04-12 04:15:03 -05:00 committed by GitHub
parent edcd0703df
commit 0b472a91d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)