Update jbrowse to 1.15.1 (#50571)

* Update jbrowse to 1.15.1

* fix app stanza
This commit is contained in:
pooranis 2018-08-07 20:32:15 -04:00 committed by Vítor Galvão
parent af28214725
commit 0c8f694401
1 changed files with 6 additions and 4 deletions

View File

@ -1,10 +1,12 @@
cask 'jbrowse' do
version '1.12.3'
sha256 '4b9c6ab17c7a00ffb8a60cac73774391a83b5a8833bcf2672172878ee81e08dc'
version '1.15.1'
sha256 'b56f0275d890f2c38c7410273f7c52c10df35972f34f1867492ad626854951f1'
url "https://jbrowse.org/releases/JBrowse-#{version}/JBrowse-#{version}-desktop-osx.zip"
# 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 'JBrowseDesktop-darwin-x64/JBrowseDesktop.app'
app "JBrowse-#{version}-desktop-darwin-x64/JBrowse-#{version}-desktop.app"
end