libftdi 1-1.1
Update libftdi1.1.0 -> libftdi1-1.1. This update adds support for FT230X chips, among other things. Closes Homebrew/homebrew#27957. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
c8ed533352
commit
3c0c092b65
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Libftdi < Formula
|
||||
homepage 'http://www.intra2net.com/en/developer/libftdi'
|
||||
url 'http://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.0.tar.bz2'
|
||||
sha1 '5be76cfd7cd36c5291054638f7caf4137303386f'
|
||||
url 'http://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.1.tar.bz2'
|
||||
sha1 'f05ade5614aa31e64f91a30ce3782f7ca3704d18'
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
depends_on 'pkg-config' => :build
|
||||
|
|
Loading…
Reference in a new issue