mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
28 lines
864 B
Ruby
28 lines
864 B
Ruby
cask "authy" do
|
|
version "2.4.2"
|
|
sha256 "8d99ccb1ee8c1e3fd64b65ee2f7774516880c241abd1f565e65678bb01de95cd"
|
|
|
|
url "https://pkg.authy.com/authy/stable/#{version}/darwin/x64/Authy%20Desktop-#{version}.dmg"
|
|
name "Authy Desktop"
|
|
desc "Two-factor authentication software"
|
|
homepage "https://authy.com/"
|
|
|
|
livecheck do
|
|
url "https://electron.authy.com/download?channel=stable&arch=x64&platform=darwin&version=latest&product=authy"
|
|
strategy :header_match
|
|
end
|
|
|
|
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
|