aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorCNA-Bld2015-03-12 15:18:30 +0800
committerMike McQuaid2015-03-12 12:29:15 +0000
commitcb83559af90dc4b7ec13bcf99b577c1558c0d86b (patch)
treeafdf2dd7c2f93f6da679ab6d6771704447e055b8 /Library
parent640f3b37dce2aeeea0e4e789ee4feb1dbfefabbc (diff)
downloadhomebrew-cb83559af90dc4b7ec13bcf99b577c1558c0d86b.tar.bz2
ykpers 1.16.3
Closes #37625. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ykpers.rb10
1 files changed, 7 insertions, 3 deletions
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