excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / y / yubico-authenticator.rb
blob9f953060c25457720546670b438109721f5e913e
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: ">= :big_sur"
13   app "Yubico Authenticator.app"
15   zap trash: [
16     "~/Library/Application Scripts/com.yubico.authenticator",
17     "~/Library/Containers/com.yubico.authenticator",
18   ]
19 end