mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
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.
11 lines
317 B
Ruby
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
|