homebrew-cask/Casks/thebrain.rb

16 lines
479 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'thebrain' do
version '8.0.2.1'
sha256 'ccdee14f634808d15afad5d5b50436d1f46e3b05552a9d3c0497c7120a13ef33'
2015-07-14 01:35:09 +08:00
url "http://assets.thebrain.com/downloads/TheBrain_macos_JRE_#{version.gsub('.', '_')}.dmg"
2015-05-04 04:45:14 +08:00
name 'TheBrain'
2015-06-29 14:32:18 +08:00
homepage 'https://www.thebrain.com/'
2015-07-14 01:35:09 +08:00
license :commercial
installer script: 'TheBrain Installer.app/Contents/MacOS/JavaApplicationStub',
args: ['-q'],
sudo: false
uninstall delete: '/Applications/TheBrain.app'
2014-03-09 20:56:19 +08:00
end