1 cask "yubico-authenticator" do
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"
16 "~/Library/Application Scripts/com.yubico.authenticator",
17 "~/Library/Containers/com.yubico.authenticator",