homebrew-cask/Casks/authy.rb

23 lines
879 B
Ruby

cask 'authy' do
version '1.4.0'
sha256 'dc9e0263110319ab9bdfc40c263292c490e7469d4a2f9226a1e365b6529850f0'
# 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-installer.dmg"
name 'Authy Desktop'
homepage 'https://authy.com/'
auto_updates true
app 'Authy Desktop.app'
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',
]
end