Skip to content

Commit

Permalink
libnfc 1.7.0-rc7
Browse files Browse the repository at this point in the history
Closes Homebrew#21297.

Signed-off-by: Adam Vandenberg <[email protected]>
  • Loading branch information
neffs authored and adamv committed Jul 18, 2013
1 parent f5661af commit 88e7e53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Library/Formula/libnfc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

class Libnfc < Formula
homepage 'https://www.libnfc.org/'
url 'https://libnfc.googlecode.com/files/libnfc-1.7.0-rc6.tar.gz'
sha1 'c4ff27dd126fad013297ea035a5f5a1fb02d8f33'
url 'https://libnfc.googlecode.com/files/libnfc-1.7.0-rc7.tar.gz'
sha1 '6ceb5e1ab810f49fadff9c5e2ecb8bf28a611c56'

depends_on 'pkg-config' => :build
depends_on 'libusb-compat'
Expand Down Expand Up @@ -45,10 +45,10 @@ def install
/**
* @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"

Expand Down

0 comments on commit 88e7e53

Please sign in to comment.