From aefdb1b9d74d7e08950772b0a2e8edd218f07f16 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sat, 28 Jul 2012 16:08:07 -0500 Subject: ykclient 2.8 Closes #13693. Signed-off-by: Adam Vandenberg --- Library/Formula/ykclient.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ykclient.rb b/Library/Formula/ykclient.rb index 05b13c489..1dae82205 100644 --- a/Library/Formula/ykclient.rb +++ b/Library/Formula/ykclient.rb @@ -1,9 +1,9 @@ require 'formula' class Ykclient < Formula - url 'http://yubico-c-client.googlecode.com/files/ykclient-2.7.tar.gz' homepage 'http://code.google.com/p/yubico-c-client/' - md5 'ffaf492498d8d57e87fbbe355d438a91' + url 'http://yubico-c-client.googlecode.com/files/ykclient-2.8.tar.gz' + sha1 '91aefae12d7e13360d8c03ccd66ef1d26d1b04f9' def install system "./configure", "--prefix=#{prefix}" -- cgit v1.2.3