homebrew-cask/Casks/poi.rb

18 lines
549 B
Ruby

cask 'poi' do
version '10.2.4'
sha256 '99cf7f585492543e7fd1d51289498aa764bca9d08e1772dae70cea1b1f6f7690'
# 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