homebrew-cask/Casks/yubico-authenticator.rb

14 lines
440 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'yubico-authenticator' do
version '3.0.1'
sha256 '07b897f6361dc11042e1dc5429561ab9b6ee2564748e7243d1017d5c4af9cf6f'
2015-06-24 04:39:33 +08:00
url "https://developers.yubico.com/yubioath-desktop/Releases/yubioath-desktop-#{version}-mac.pkg"
name 'Yubico Authenticator'
homepage 'https://developers.yubico.com/yubioath-desktop/'
license :gpl
2015-06-24 04:39:33 +08:00
pkg "yubioath-desktop-#{version}-mac.pkg"
uninstall pkgutil: 'com.yubico.pkg.YubicoAuthenticator'
end