homebrew-cask/Casks/jbrowse.rb

13 lines
511 B
Ruby

cask 'jbrowse' do
version '1.16.8'
sha256 '73b7c99b8afd6d28713397937b09e64b4451461f0ae91b4b6d6981fa00fb3341'
# 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