shortstack: add v4.0.1 (#37187)

This commit is contained in:
Alec Scott 2023-04-26 09:58:27 -07:00 committed by GitHub
parent aa0b013efe
commit e4eba24191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class Shortstack(Package):
homepage = "https://sites.psu.edu/axtell/software/shortstack/"
url = "https://github.com/MikeAxtell/ShortStack/archive/v3.8.3.tar.gz"
version("4.0.1", sha256="d8ca2d5b245d13c9f2b2e6fa06bc34bc8f6bacbe07efebe3750b0178141cbeb6")
version("3.8.3", sha256="7c76f51ed949ca95ec5df7cb54803ae2350658fd64c75909351d5a856abb0dbe")
depends_on("perl", type=("build", "run"))