diff options
| author | David Kreitschmann | 2013-07-18 00:25:18 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-17 20:26:10 -0700 |
| commit | 88e7e53bfafaaee84d2d8f5e902aa06def7f06fe (patch) | |
| tree | ba9349e40b08aa8c9a8abaf93b76a626bcf4bece /Library | |
| parent | f5661aff14aea4fab5039f788eab309145659038 (diff) | |
| download | homebrew-88e7e53bfafaaee84d2d8f5e902aa06def7f06fe.tar.bz2 | |
libnfc 1.7.0-rc7
Closes #21297.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libnfc.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/libnfc.rb b/Library/Formula/libnfc.rb index a406731d5..7254b69f6 100644 --- a/Library/Formula/libnfc.rb +++ b/Library/Formula/libnfc.rb @@ -2,8 +2,8 @@ require 'formula' class Libnfc < Formula homepage 'http://www.libnfc.org/' - url 'http://libnfc.googlecode.com/files/libnfc-1.7.0-rc6.tar.gz' - sha1 'c4ff27dd126fad013297ea035a5f5a1fb02d8f33' + url 'http://libnfc.googlecode.com/files/libnfc-1.7.0-rc7.tar.gz' + sha1 '6ceb5e1ab810f49fadff9c5e2ecb8bf28a611c56' depends_on 'pkg-config' => :build depends_on 'libusb-compat' @@ -45,10 +45,10 @@ index ec9e2fc..41797b2 100644 /** * @macro HAL * @brief Execute corresponding driver function if exists. -diff --git a/libnfc/buses/uart_posix.c b/libnfc/buses/uart_posix.c +diff --git a/libnfc/buses/uart.c b/libnfc/buses/uart.c index 7b687c1..686f9ed 100644 ---- a/libnfc/buses/uart_posix.c -+++ b/libnfc/buses/uart_posix.c +--- a/libnfc/buses/uart.c ++++ b/libnfc/buses/uart.c @@ -46,7 +46,7 @@ #define LOG_CATEGORY "libnfc.bus.uart" |
