homebrew-cask/Casks/jbrowse.rb

13 lines
511 B
Ruby

cask 'jbrowse' do
version '1.16.1'
sha256 '568bdd4b81360fa7b5d7d16ea1503c09f9e8c160e966930014db0de679f8eb74'
# github.com/GMOD/jbrowse was verified as official when first introduced to the cask
url "https://github.com/GMOD/jbrowse/releases/download/#{version}-release/JBrowse-#{version}-desktop-darwin-x64.zip"
appcast 'https://github.com/GMOD/jbrowse/releases.atom'
name 'jbrowse'
homepage 'https://jbrowse.org/'
app "JBrowse-#{version}-desktop-darwin-x64/JBrowse-#{version}-desktop.app"
end