Add BEAST v2.7.0 (#131153)

* Add BEAST v2.7.0

* Update beast2.rb

* Update beast2.rb

* Add zap stanza

* Update beast2.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
Nicolas Ochsner 2022-09-07 13:30:55 +02:00 committed by GitHub
parent 7782815a96
commit 7d01161548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
Casks/beast2.rb Normal file
View File

@ -0,0 +1,21 @@
cask "beast2" do
# NOTE: "2" is not a version number, but an intrinsic part of the product name
version "2.7.0"
sha256 "656fee774e82ddbdf630b8787cf90912ab2bca8c1972bbe83ac1305fa3b608cd"
url "https://github.com/CompEvol/beast2/releases/download/v#{version}/BEAST.v#{version}.Mac.dmg",
verified: "github.com/CompEvol/beast2/"
name "BEAST2"
desc "Bayesian evolutionary analysis by sampling trees"
homepage "https://www.beast2.org/"
suite "BEAST #{version}"
zap trash: [
"~/Library/Application Support/BEAST",
"~/Library/Preferences/beast.app.beauti.Beauti.plist",
"~/Library/Preferences/tracer.plist",
"~/Library/Preferences/viz.DensiTree.plist",
"~/Library/Saved Application State/beastfx.app.beast.BeastMain.savedState",
]
end