homebrew-cask/Casks/gnucash.rb

14 lines
411 B
Ruby
Raw Normal View History

2014-11-14 01:25:57 +08:00
cask :v1 => 'gnucash' do
version '2.6.6-5'
sha256 'fa4f240d2ad9266038c360f5a2cfc1c492425cca3fcfa82e19820e5cb7b590f5'
2015-01-18 03:44:38 +08:00
# sourceforge.net is the official download host per the vendor homepage
2014-12-17 21:14:38 +08:00
url "http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-#{version}.dmg"
2015-04-01 04:14:18 +08:00
name 'GnuCash'
homepage 'http://www.gnucash.org'
license :gpl
2014-09-16 00:05:38 +08:00
app 'Gnucash.app'
app 'FinanceQuote Update.app'
2013-01-06 19:38:41 +08:00
end