homebrew-cask/Casks/gnucash.rb

12 lines
317 B
Ruby
Raw Normal View History

2013-01-06 19:38:41 +08:00
class Gnucash < Cask
2014-10-02 00:06:39 +08:00
version '2.6.4-4'
sha256 'd80385c30f7e647b6f8af711cf9f34cd1de8c7dc49794f94d15aa63d82cefc56'
2014-09-26 20:08:56 +08:00
url "https://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-#{version}.dmg"
homepage 'http://www.gnucash.org'
2014-10-01 23:32:58 +08:00
license :oss
2014-09-16 00:05:38 +08:00
app 'Gnucash.app'
app 'FinanceQuote Update.app'
2013-01-06 19:38:41 +08:00
end