aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ykpers.rb18
1 files changed, 6 insertions, 12 deletions
diff --git a/Library/Formula/ykpers.rb b/Library/Formula/ykpers.rb
index 0136d60a1..5b533afb4 100644
--- a/Library/Formula/ykpers.rb
+++ b/Library/Formula/ykpers.rb
@@ -1,22 +1,16 @@
-require 'formula'
-
class Ykpers < Formula
- homepage 'http://yubico.github.io/yubikey-personalization/'
- url 'https://developers.yubico.com/yubikey-personalization/releases/ykpers-1.16.1.tar.gz'
- sha1 'ff7cf92551ee06da198a2cccd29d55b388ce172b'
+ homepage "http://yubico.github.io/yubikey-personalization/"
+ url "https://developers.yubico.com/yubikey-personalization/Releases/ykpers-1.16.2.tar.gz"
+ sha1 "cb8ae32eb2c2eca6c2c156e8f26a3576cb839c52"
bottle do
- cellar :any
- sha1 "b8a65fc072e38b677064a6341b0d78a598f45bf4" => :yosemite
- sha1 "f4e714cd3a13837431524f5610d9dc1dafce6e48" => :mavericks
- sha1 "a74127ef74af9f3ac9220a69259aeb286da16b6c" => :mountain_lion
end
option :universal
- depends_on 'libyubikey'
- depends_on 'json-c' => :recommended
- depends_on 'pkg-config' => :build
+ depends_on "pkg-config" => :build
+ depends_on "libyubikey"
+ depends_on "json-c" => :recommended
def install
ENV.universal_binary if build.universal?