homebrew-cask/Casks/authy.rb

23 lines
890 B
Ruby
Raw Normal View History

2017-10-22 06:57:13 +08:00
cask 'authy' do
2018-11-01 01:53:25 +08:00
version '1.7.0'
sha256 '299dbd31fe5ae65891b4fc04c3e87e41fc5fbdfb0b63b1c5fb33d60ace815fef'
2017-05-27 04:34:31 +08:00
# s3.amazonaws.com/authy-electron-repository-production was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/#{version}/darwin/x64/Authy%20Desktop-#{version}.dmg"
2017-05-27 04:34:31 +08:00
name 'Authy Desktop'
homepage 'https://authy.com/'
auto_updates true
2017-05-27 04:34:31 +08:00
app 'Authy Desktop.app'
2017-11-18 17:35:03 +08:00
zap trash: [
'~/Library/Application Support/Authy Desktop',
'~/Library/Caches/com.authy.authy-mac',
'~/Library/Caches/com.authy.authy-mac.ShipIt',
'~/Library/Cookies/com.authy.authy-mac.binarycookies',
'~/Library/Preferences/com.authy.authy-mac.helper.plist',
'~/Library/Preferences/com.authy.authy-mac.plist',
]
2017-05-27 04:34:31 +08:00
end