[source] packages/network/utils/wpan-tools: Update to 0.7

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 15 02:37:15 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/3a136f5c56ffad0c9fac0f85f3bf2dcd54b6edc8

commit 3a136f5c56ffad0c9fac0f85f3bf2dcd54b6edc8
Author: Daniel Engberg <daniel.engberg.lists at pyret.net>
AuthorDate: Fri Oct 7 22:49:52 2016 +0200

    packages/network/utils/wpan-tools: Update to 0.7
    
    * Updates to 0.7
    * Switches tarball to xz
    
    Signed-off-by: Daniel Engberg <daniel.engberg.lists at pyret.net>
---
 package/network/utils/wpan-tools/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/utils/wpan-tools/Makefile b/package/network/utils/wpan-tools/Makefile
index 6c2559d..857a693 100644
--- a/package/network/utils/wpan-tools/Makefile
+++ b/package/network/utils/wpan-tools/Makefile
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wpan-tools
-PKG_VERSION:=0.5
+PKG_VERSION:=0.7
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=http://wpan.cakelab.org/releases/
-PKG_MD5SUM:=6226df405a98c13ec41bf4d1f0777d6b
+PKG_MD5SUM:=c16de9d7861c2d9b6a4436a0fac730f9f545ee290b92bc770c538ec6a3f22309
 
 include $(INCLUDE_DIR)/package.mk
 



More information about the lede-commits mailing list