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

14 lines
451 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'yubikey-piv-manager' do
2015-12-07 01:54:33 +08:00
version '1.1.1'
sha256 'b21953f5b992aef9295d91f8a534dedd19fcc2a8caf8501c4e3125d82eb3bfbc'
2015-05-29 13:45:08 +08:00
url "https://developers.yubico.com/yubikey-piv-manager/Releases/yubikey-piv-manager-#{version}-mac.pkg"
name 'YubiKey PIV Manager'
homepage 'https://developers.yubico.com/yubikey-piv-manager/'
license :gpl
pkg "yubikey-piv-manager-#{version}-mac.pkg"
uninstall :pkgutil => 'com.yubico.pkg.YubiKeyPIVManager'
end