From cb83559af90dc4b7ec13bcf99b577c1558c0d86b Mon Sep 17 00:00:00 2001 From: CNA-Bld Date: Thu, 12 Mar 2015 15:18:30 +0800 Subject: ykpers 1.16.3 Closes #37625. Signed-off-by: Mike McQuaid --- Library/Formula/ykpers.rb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/ykpers.rb b/Library/Formula/ykpers.rb index ad3a04b09..e182a39f7 100644 --- a/Library/Formula/ykpers.rb +++ b/Library/Formula/ykpers.rb @@ -1,7 +1,7 @@ class Ykpers < Formula - homepage "http://yubico.github.io/yubikey-personalization/" - url "https://developers.yubico.com/yubikey-personalization/Releases/ykpers-1.16.2.tar.gz" - sha1 "cb8ae32eb2c2eca6c2c156e8f26a3576cb839c52" + homepage "https://yubico.github.io/yubikey-personalization/" + url "https://developers.yubico.com/yubikey-personalization/Releases/ykpers-1.16.3.tar.gz" + sha256 "38a9558053f68c488fa5737200fa5d6c7503944374ad298c8fa33d596f7fa055" bottle do cellar :any @@ -27,4 +27,8 @@ class Ykpers < Formula system "make", "check" system "make", "install" end + + test do + system "#{bin}/ykinfo", "-V" + end end -- cgit v1.2.3