homebrew-cask/Casks/yubikey-neo-manager.rb

14 lines
448 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'yubikey-neo-manager' do
2015-12-07 01:53:56 +08:00
version '1.4.0'
sha256 'b1af0f922bb8b6da285bf34bc012f48773c2529b4e128fe9a48f4ef768f70bd4'
2014-10-24 23:48:08 +08:00
url "https://developers.yubico.com/yubikey-neo-manager/Releases/yubikey-neo-manager-#{version}-mac.pkg"
2015-04-02 13:41:54 +08:00
name 'YubiKey NEO Manager'
2014-11-21 05:41:48 +08:00
homepage 'https://developers.yubico.com/yubikey-neo-manager/'
2014-10-24 23:48:08 +08:00
license :bsd
pkg "yubikey-neo-manager-#{version}-mac.pkg"
uninstall pkgutil: 'com.yubico.pkg.YubiKeyNEOManager'
2014-10-24 23:48:08 +08:00
end