diff mbox

[08/12] libnfc: Bump version and change site

Message ID 1437943118-18060-9-git-send-email-maxime.hadjinlian@gmail.com
State Accepted
Headers show

Commit Message

Maxime Hadjinlian July 26, 2015, 8:38 p.m. UTC
Google Code is a closing forge, libllcp has already made the move to Github.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/libnfc/libnfc.hash | 3 +++
 package/libnfc/libnfc.mk   | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)
 create mode 100644 package/libnfc/libnfc.hash

Comments

Thomas Petazzoni July 26, 2015, 9:40 p.m. UTC | #1
Dear Maxime Hadjinlian,

On Sun, 26 Jul 2015 22:38:34 +0200, Maxime Hadjinlian wrote:
> Google Code is a closing forge, libllcp has already made the move to Github.

libllcp -> libnfc.

Applied with that fixed, of course.

Thomas
Thomas Petazzoni July 26, 2015, 9:41 p.m. UTC | #2
Dear Maxime Hadjinlian,

On Sun, 26 Jul 2015 22:38:34 +0200, Maxime Hadjinlian wrote:

> diff --git a/package/libnfc/libnfc.hash b/package/libnfc/libnfc.hash
> new file mode 100644
> index 0000000..dbaf32d
> --- /dev/null
> +++ b/package/libnfc/libnfc.hash
> @@ -0,0 +1,3 @@
> +# Locally computed:
> +sha256 945e74d8e27683f9b8a6f6e529557b305d120df347a960a6a7ead6cb388f4072  libnfc-1.7.1.tar.bz2
> +

It was also on several other patches: useless trailing newline here.

I've (hopefully) fixed before applying.

Thanks,

Thomas
diff mbox

Patch

diff --git a/package/libnfc/libnfc.hash b/package/libnfc/libnfc.hash
new file mode 100644
index 0000000..dbaf32d
--- /dev/null
+++ b/package/libnfc/libnfc.hash
@@ -0,0 +1,3 @@ 
+# Locally computed:
+sha256 945e74d8e27683f9b8a6f6e529557b305d120df347a960a6a7ead6cb388f4072  libnfc-1.7.1.tar.bz2
+
diff --git a/package/libnfc/libnfc.mk b/package/libnfc/libnfc.mk
index ff55f93..aceedb0 100644
--- a/package/libnfc/libnfc.mk
+++ b/package/libnfc/libnfc.mk
@@ -4,9 +4,9 @@ 
 #
 ################################################################################
 
-LIBNFC_VERSION = 7b7f5061427b5456835dd48923a8cc0563cfd1e9
-LIBNFC_SITE = http://libnfc.googlecode.com/git
-LIBNFC_SITE_METHOD = git
+LIBNFC_VERSION = 1.7.1
+LIBNFC_SOURCE = libnfc-$(LIBNFC_VERSION).tar.bz2
+LIBNFC_SITE = https://github.com/nfc-tools/libnfc/releases/download/libnfc-$(LIBNFC_VERSION)
 LIBNFC_LICENSE = LGPLv3+
 LIBNFC_LICENSE_FILES = COPYING
 LIBNFC_AUTORECONF = YES