homebrew-cask/Casks/thebrain.rb

12 lines
416 B
Ruby
Raw Normal View History

cask :v1 => 'thebrain' do
2014-07-18 16:14:45 +08:00
version '8.0.1.2'
sha256 '2ac492c6defc6d1156de434e84272daf9deb26edf7581da737ac077b244ad7f7'
2014-07-18 16:14:45 +08:00
url "http://assets.thebrain.com/downloads/TheBrain_macos_J7_#{version.gsub('.', '_')}-a.dmg"
2015-05-04 04:45:14 +08:00
name 'TheBrain'
homepage 'http://www.thebrain.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:28 +08:00
app 'TheBrain.app'
2014-03-09 20:56:19 +08:00
end