homebrew-cask/Casks/moneyguru.rb

14 lines
466 B
Ruby
Raw Normal View History

2014-11-14 01:26:24 +08:00
cask :v1 => 'moneyguru' do
2015-09-20 00:17:22 +08:00
version '2.9.3'
sha256 '5f47715fa02c5fcd6595a733b35b99bd86b3008dff2a566deb692a7abe0b21a6'
2014-08-22 18:13:18 +08:00
url "http://download.hardcoded.net/moneyguru_osx_#{version.gsub('.', '_')}.dmg"
2015-01-05 04:04:59 +08:00
name 'moneyGuru'
2015-05-26 04:13:35 +08:00
appcast 'http://www.hardcoded.net/updates/moneyguru.appcast',
2015-09-20 00:17:22 +08:00
:sha256 => '32714462ad203d85285fd449dd472c609c8445384b579ff0dbac794e27bc8749'
2014-08-22 18:13:18 +08:00
homepage 'http://www.hardcoded.net/moneyguru/'
2014-12-16 02:43:45 +08:00
license :bsd
2014-08-22 18:13:18 +08:00
2014-09-16 00:05:57 +08:00
app 'moneyGuru.app'
2014-08-22 18:13:18 +08:00
end