homebrew-cask/Casks/moneyguru.rb

14 lines
462 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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 "https://download.hardcoded.net/moneyguru_osx_#{version.gsub('.', '_')}.dmg"
appcast 'https://www.hardcoded.net/updates/moneyguru.appcast',
2015-09-20 00:17:22 +08:00
:sha256 => '32714462ad203d85285fd449dd472c609c8445384b579ff0dbac794e27bc8749'
name 'moneyGuru'
homepage 'https://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