aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ykclient.rb4
1 files changed, 2 insertions, 2 deletions
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}"