homebrew-cask/Casks/gnucash.rb

21 lines
821 B
Ruby

cask 'gnucash' do
version '3.1-3'
sha256 '777e532a80c8061c352bf518e6948155af5e408b148df381a1e6cd85b13d66e9'
# 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',
checkpoint: '4cd5db8d9c61b9bba13c1bfe4f04258ba7ef84ee6d23481d075b169bb2b2b070'
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