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:
parent
db6ad88dd5
commit
23e9a670ca
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue