homebrew-cask/Casks/moneyguru.rb

14 lines
463 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'moneyguru' do
2016-01-09 00:20:41 +08:00
version '2.9.4'
sha256 'df9e113239f230d195f93aa51ad081f3aaea4c86df515b18a3eb1c67d66e9530'
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',
checkpoint: '6c7d3e8845da503bc567d77d31a5feb2e78b1cf99a819fd0d106951d035f98bd'
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