homebrew-cask/Casks/moneyguru.rb

14 lines
464 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'moneyguru' do
2016-04-02 04:16:56 +08:00
version '2.10.0'
sha256 '320a808619a7780097ce9f069c567c06af0f01bb6244be43e9abbbc055bd9ef3'
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',
2016-04-02 04:16:56 +08:00
checkpoint: '63190e3bfc76bf34e74d55752d7294a36ad7c87088d7eb947a93a9d3f7612584'
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