homebrew-cask/Casks/jbrowse.rb

13 lines
511 B
Ruby

cask 'jbrowse' do
version '1.15.4'
sha256 '2377ddf29d2453fa6360cb181901c474fc0e84be8e750959d742617b8e540bc5'
# 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