homebrew-cask/Casks/now.rb

27 lines
987 B
Ruby
Raw Normal View History

2017-04-18 03:42:10 +08:00
cask 'now' do
2018-04-09 01:00:01 +08:00
version '3.8.27'
sha256 'bb861c171a420bfae71e66e534b46371b3be24e0d9f4ad1f9a7121793a550f1e'
2017-04-18 03:42:10 +08:00
# 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',
2018-04-09 01:00:01 +08:00
checkpoint: '86ad4108661f66fe7c23290b12d3024f6638ebe367c5229cb6ec4f271b767571'
2017-04-18 03:42:10 +08:00
name 'Now'
homepage 'https://zeit.co/now'
app 'Now.app'
uninstall delete: '/usr/local/bin/now',
login_item: 'Now',
signal: ['TERM', 'co.zeit.now']
2017-11-18 18:04:15 +08:00
zap trash: [
'~/.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',
]
2017-04-18 03:42:10 +08:00
end