figtree: add v1.4.4 (#37269)

This commit is contained in:
Alec Scott 2023-04-28 02:17:31 -07:00 committed by GitHub
parent 561c192e30
commit 93e88853c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ class Figtree(Package):
homepage = "https://github.com/rambaut/figtree"
url = "https://github.com/rambaut/figtree/releases/download/v1.4.3/FigTree_v1.4.3.tgz"
version("1.4.4", sha256="529b867657b29e369cf81cd361e6a76bd713d488a63b91932df2385800423aa8")
version("1.4.3", sha256="f497d4dd3a6d220f6b62495b6f47a12ade50d87dbd8d6089f168e94d202f937b")
depends_on("java", type="run")