homebrew-cask/Casks/icanhazshortcut.rb

17 lines
600 B
Ruby

cask 'icanhazshortcut' do
version '0.8.2'
sha256 '8106a6c6d073065898fd1122eb25a8184d984ac1a4f1042779befb0160e692e2'
url "https://github.com/deseven/icanhazshortcut/releases/download/#{version}/ichs.dmg"
appcast 'https://github.com/deseven/icanhazshortcut/releases.atom',
checkpoint: '49e7ee9c51dea45914fdf43aec9ed41f4c31620c9320519681d6267cce9978f3'
name 'iCanHazShortcut'
homepage 'https://github.com/deseven/icanhazshortcut/'
app 'iCanHazShortcut.app'
uninstall quit: 'info.deseven.icanhazshortcut'
zap trash: '~/Library/Preference/info.deseven.icanhazshortcut'
end