homebrew-cask/Casks/poi.rb

19 lines
638 B
Ruby
Raw Normal View History

2016-11-19 03:49:33 +08:00
cask 'poi' do
2018-01-30 07:14:09 +08:00
version '8.1.0'
sha256 '4e0ad7d51f0c2c8fd0698f89a7f6263eeeed39579ec7729fd1ef01ba21ba90c5'
2016-11-19 03:49:33 +08:00
# github.com/poooi/poi was verified as official when first introduced to the cask
2017-06-03 19:51:02 +08:00
url "https://github.com/poooi/poi/releases/download/v#{version}/poi-#{version}.dmg"
2016-11-19 03:49:33 +08:00
appcast 'https://github.com/poooi/poi/releases.atom',
2018-01-30 07:14:09 +08:00
checkpoint: 'e9279f9d31cf64b44e5cf2c1b57f4a8807b5bc9cbd9d33c75c51e9279d52bdf2'
2016-11-19 03:49:33 +08:00
name 'poi'
homepage 'https://poi.io/'
app 'poi.app'
2017-08-24 17:41:08 +08:00
zap trash: [
'~/Library/Application Support/poi/',
'~/Library/Preferences/org.poooi.poi.helper.plist',
]
2016-11-19 03:49:33 +08:00
end