diff --git a/Casks/y/yubico-authenticator.rb b/Casks/y/yubico-authenticator.rb index 6f98618f95..5ec56236d0 100644 --- a/Casks/y/yubico-authenticator.rb +++ b/Casks/y/yubico-authenticator.rb @@ -1,17 +1,13 @@ cask "yubico-authenticator" do - version "6.3.1" - sha256 "6ad1a65c4001220b2bba2832f925931d9f95fc15e4b2d4d25df6fe857e222e09" + version "6.4.0" + sha256 "be193c17ad7844366fcc676cc62a6de8c2a2f1f23e14f0f5564169dc34eeb0c8" - url "https://developers.yubico.com/yubioath-flutter/Releases/yubico-authenticator-#{version}-mac.dmg" + url "https://github.com/Yubico/yubioath-flutter/releases/download/#{version}/yubico-authenticator-#{version}-mac.dmg", + verified: "github.com/Yubico/yubioath-flutter/releases/download/" name "Yubico Authenticator" desc "Application for generating TOTP and HOTP codes" homepage "https://developers.yubico.com/yubioath-flutter/" - livecheck do - url "https://developers.yubico.com/yubioath-flutter/Releases/" - regex(/href=.*?yubico[._-]authenticator[._-]v?(\d+(?:\.\d+)+)[._-]mac\.dmg/i) - end - depends_on macos: ">= :big_sur" app "Yubico Authenticator.app"