homebrew-cask/Casks/freac.rb

19 lines
780 B
Ruby

cask 'freac' do
version '1.1-alpha-20190423a'
sha256 'f6cbe820d0c8c114064b1282ea45e256a95df0c4433483043477cfe77c3627f5'
# github.com/enzo1982/freac was verified as official when first introduced to the cask
url "https://github.com/enzo1982/freac/releases/download/v#{version.chomp('a')}/freac-#{version}-macosx.dmg"
appcast 'https://github.com/enzo1982/freac/releases.atom'
name 'fre:ac'
homepage 'https://www.freac.org/'
app 'freac.app'
zap trash: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.freac.freac.sfl*',
'~/Library/Preferences/org.freac.freac.plist',
'~/Library/Saved Application State/org.freac.freac.savedState',
]
end