homebrew-cask/Casks/jbrowse.rb

13 lines
511 B
Ruby

cask 'jbrowse' do
version '1.16.4'
sha256 'fd82ff39ffa167e0c17d66a5b2061cf14a3691ad5b5d58d613020fd83250dd30'
# 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