homebrew-cask/Casks/gnucash.rb

20 lines
731 B
Ruby

cask 'gnucash' do
version '3.2-2'
sha256 'c443629a73d0ec95ca8bcdb57fae755ec7915d91d0838e297404395587c6237d'
# github.com/Gnucash/gnucash was verified as official when first introduced to the cask
url "https://github.com/Gnucash/gnucash/releases/download/#{version.major_minor_patch}/Gnucash-Intel-#{version}.dmg"
appcast 'https://github.com/Gnucash/gnucash/releases.atom'
name 'GnuCash'
homepage 'https://www.gnucash.org/'
app 'Gnucash.app'
app 'FinanceQuote Update.app'
zap trash: [
'~/Library/Application Support/Gnucash',
'~/Library/Preferences/org.gnucash.Gnucash.plist',
'~/Library/Saved Application State/org.gnucash.Gnucash.savedState',
]
end