Skip to content

Commit

Permalink
Merge pull request #174539 from jalview/update/jalview-2.11.3.3
Browse files Browse the repository at this point in the history
jalview 2.11.3.3
  • Loading branch information
miccal committed May 22, 2024
2 parents 4b9b446 + 5e22a05 commit ce3d3e4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions Casks/j/jalview.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
cask "jalview" do
arch arm: "aarch64", intel: "x64"

version "2.11.3.0"
sha256 arm: "c67afbdc207db642f96454449e8594bb80aef4e0996faa2e7ddacd891638955c",
intel: "4faa926bc6d925bf6332eae2fc59c29d4eec61cb502509735b57a4adb5f0d5fd"
version "2.11.3.3"
sha256 arm: "63c3b141ca5b60b5d05a4cb68c17310b4b46144fee4a574f29f4bdac90d777e5",
intel: "a9c6bd5885cceb99e8d56a38b8038c62f6b89c9c03181cb0c181ed96dc47cdc3"

url "https://www.jalview.org/downloads/installers/release/Jalview-#{version.dots_to_underscores}-macos-#{arch}-java_8.dmg"
name "Jalview"
desc "Multiple sequence alignment editor, visualisor, analysis and figure generator"
homepage "https://www.jalview.org/"

livecheck do
url "https://www.jalview.org/getdown/release/install4j/1.8/updates.xml"
regex(/newVersion="(\d+(?:\.\d+)*)"/i)
url "https://www.jalview.org/downloads/installers/release/Jalview-latest-macos-x64-java_8.dmg"
regex(/Jalview-(\d(?:_\d+)*)-macos-x64-java_8\.dmg/i)
strategy :header_match do |headers, regex|
headers["location"].scan(regex).map do |match|
match[0].tr("_", ".").to_s
end
end
end

app "Jalview.app"
Expand Down

0 comments on commit ce3d3e4

Please sign in to comment.