libyubikey 1.9

Upgrade libyubikey to version 1.9.
Tested on Lion with cland and llvm from XCode-4.3.3.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
nibbles 2bits 2012-06-14 22:13:26 -07:00 committed by Adam Vandenberg
parent db6ad88dd5
commit 23e9a670ca

View file

@ -1,9 +1,9 @@
require 'formula'
class Libyubikey < Formula
url 'http://yubico-c.googlecode.com/files/libyubikey-1.8.tar.gz'
homepage 'http://code.google.com/p/yubico-c/'
md5 '373d59ded8d533ca12173a022a74f8ff'
url 'http://yubico-c.googlecode.com/files/libyubikey-1.9.tar.gz'
sha1 '340789bee32d8c0f2f8b2dfdc1b0be428e3140c8'
def install
system "./configure", "--prefix=#{prefix}"