homebrew-cask-versions/Casks/gnucash.rb
Jia Sui 40a38bf0dd Update GnuCash to 2.6.4-5
The GnuCash development team is pleased to announce that we've fixed bug Bug 738375 - Cannot start aqbanking Wizard, which was due to a Mac-only bug in a dependent library.
2014-10-17 15:14:14 +08:00

11 lines
317 B
Ruby

class Gnucash < Cask
version '2.6.4-5'
sha256 '8c9701cbc6acf191b682d80c5e2eedd5dc4099ccaacacef3f89cecd967ca8651'
url "https://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-#{version}.dmg"
homepage 'http://www.gnucash.org'
license :oss
app 'Gnucash.app'
app 'FinanceQuote Update.app'
end