Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / y / yubico-authenticator.rb
blob62b5d0a17298ccee69a2241d64a67af61e4875d1
1 cask "yubico-authenticator" do
2   version "7.1.1"
3   sha256 "142b7fbdfe3a49f6e9c23f8951243e829ee082acd209d12f15ac2df8e48e4969"
5   url "https://github.com/Yubico/yubioath-flutter/releases/download/#{version}/yubico-authenticator-#{version}-mac.dmg",
6       verified: "github.com/Yubico/yubioath-flutter/releases/download/"
7   name "Yubico Authenticator"
8   desc "Application for generating TOTP and HOTP codes"
9   homepage "https://developers.yubico.com/yubioath-flutter/"
11   depends_on macos: ">= :catalina"
13   app "Yubico Authenticator.app"
15   zap trash: [
16     "~/Library/Application Scripts/com.yubico.authenticator",
17     "~/Library/Containers/com.yubico.authenticator",
18   ]
19 end