homebrew-cask/Casks/poi.rb

18 lines
549 B
Ruby

cask 'poi' do
version '10.2.3'
sha256 '57879c6863b2ea099b152e32d463afbcc33ef5b4d1ffb216258825881cbe8b2a'
# github.com/poooi/poi was verified as official when first introduced to the cask
url "https://github.com/poooi/poi/releases/download/v#{version}/poi-#{version}.dmg"
appcast 'https://github.com/poooi/poi/releases.atom'
name 'poi'
homepage 'https://poi.io/'
app 'poi.app'
zap trash: [
'~/Library/Application Support/poi/',
'~/Library/Preferences/org.poooi.poi.helper.plist',
]
end