homebrew-cask/Casks/gnucash.rb

19 lines
743 B
Ruby

cask 'gnucash' do
version '3.10,1'
sha256 '053764da1b4f87e2851372912ad503447bf96cd111b819a92f02319343f592f6'
# github.com/Gnucash/gnucash/ was verified as official when first introduced to the cask
url "https://github.com/Gnucash/gnucash/releases/download/#{version.before_comma}/Gnucash-Intel-#{version.before_comma.chomp('b')}-#{version.after_comma}.dmg"
appcast 'https://github.com/Gnucash/gnucash/releases.atom'
name 'GnuCash'
homepage 'https://www.gnucash.org/'
app 'Gnucash.app'
zap trash: [
'~/Library/Application Support/Gnucash',
'~/Library/Preferences/org.gnucash.Gnucash.plist',
'~/Library/Saved Application State/org.gnucash.Gnucash.savedState',
]
end