homebrew-cask/Casks/jbrowse.rb

13 lines
511 B
Ruby

cask 'jbrowse' do
version '1.16.5'
sha256 '1f0e43bf12913e3237a95b6335b6422abc4c02bf251852827fe465a5f1e71652'
# 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