homebrew-cask/Casks/now.rb

23 lines
868 B
Ruby

cask 'now' do
version '1.3.2'
sha256 '5c752622f20e3be5cd1a58e1c6e8a8edc0a40a735debf92f8d5c862d2490aa00'
# github.com/zeit/now-desktop was verified as official when first introduced to the cask
url "https://github.com/zeit/now-desktop/releases/download/#{version}/now-desktop-#{version}-mac.zip"
appcast 'https://github.com/zeit/now-desktop/releases.atom',
checkpoint: '976995c67f7ee259e59630de7812d71026a2e1760f5db8ba2cf757061d523adf'
name 'Now'
homepage 'https://zeit.co/now'
app 'Now.app'
zap delete: [
'~/.now.json',
'~/Library/Application Support/Now',
'~/Library/Caches/co.zeit.now',
'~/Library/Caches/co.zeit.now.ShipIt',
'~/Library/Preferences/co.zeit.now.plist',
'~/Library/Preferences/co.zeit.now.helper.plist',
]
end