homebrew-cask/Casks/yubico-authenticator.rb

15 lines
594 B
Ruby

cask 'yubico-authenticator' do
version '3.1.0b'
sha256 'd16e1d0b78023f0eda16214e21e357a8dfab11328ad22e9c8537bd82da21f37a'
url "https://developers.yubico.com/yubioath-desktop/Releases/yubioath-desktop-#{version}-mac.pkg"
appcast 'https://developers.yubico.com/yubioath-desktop/Release_Notes.html',
checkpoint: '1340e47b50690702b0e18d7d3f244d03ceef9800ebc3a76e7b7580f437cd2041'
name 'Yubico Authenticator'
homepage 'https://developers.yubico.com/yubioath-desktop/'
pkg "yubioath-desktop-#{version}-mac.pkg"
uninstall pkgutil: 'com.yubico.pkg.YubicoAuthenticator'
end