Update thebrain to 9.0.226.0 (#41208)

This commit is contained in:
Colin Dunn 2017-11-23 01:50:38 +11:00 committed by Markus Reiter
parent 4f9aa66872
commit d6db509b20
1 changed files with 4 additions and 9 deletions

View File

@ -1,15 +1,10 @@
cask 'thebrain' do
version '8.0.2.2'
sha256 '4832c6b703ee0f24069953627f175e0bba84974427806454d75097befcbfb04c'
version '9.0.226.0'
sha256 'ef11361748d357a8c506e6e4eec1085032adef1eb815f6dade3eecbbf1fd7f40'
url "http://assets.thebrain.com/downloads/TheBrain_macos_JRE_#{version.dots_to_underscores}.dmg"
url "http://updater.thebrain.com/files/TheBrain#{version}.dmg"
name 'TheBrain'
homepage 'https://www.thebrain.com/'
installer script: {
executable: 'TheBrain Installer.app/Contents/MacOS/JavaApplicationStub',
args: ['-q'],
}
uninstall delete: '/Applications/TheBrain.app'
app "TheBrain #{version.major}.app"
end