homebrew-cask/Casks/gnucash.rb

21 lines
829 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gnucash' do
2016-12-19 07:02:20 +08:00
version '2.6.15-1'
sha256 '009a33dc8d0ac6dd73a380085a62900fcc469e290c0d5001970c87c7a9d7d9a5'
2016-02-27 23:38:14 +08:00
# github.com/Gnucash/gnucash was verified as official when first introduced to the cask
2016-12-19 07:02:20 +08:00
url "https://github.com/Gnucash/gnucash/releases/download/#{version.major_minor_patch}/Gnucash-Intel-#{version}.dmg"
2016-02-27 23:38:14 +08:00
appcast 'https://github.com/Gnucash/gnucash/releases.atom',
2016-12-19 07:02:20 +08:00
checkpoint: '7e9f730f8d4d5434a3da8c14a5880d8d253ff7e17ca3cb7036a5677e1739ba80'
2015-04-01 04:14:18 +08:00
name 'GnuCash'
2016-08-12 07:55:48 +08:00
homepage 'https://www.gnucash.org/'
2014-09-16 00:05:38 +08:00
app 'Gnucash.app'
app 'FinanceQuote Update.app'
2016-04-25 08:48:38 +08:00
zap delete: [
'~/Library/Application Support/Gnucash',
'~/Library/Preferences/org.gnucash.Gnucash.plist',
'~/Library/Saved Application State/org.gnucash.Gnucash.savedState',
]
2013-01-06 19:38:41 +08:00
end