diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-03-18 17:38:46 -0700 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-03-22 06:50:06 +0800 |
commit | 447f90ea13e0bbc71692a4611ab2184d20ef48e2 (patch) | |
tree | e6e5841cf760eab24847c6cc437424670036b4eb /net/reaver/Makefile | |
parent | a7060cea98e2febd2911e75895882ab654b12679 (diff) |
reaver: Update to 1.6.4
Compile tested on ar71xx
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/reaver/Makefile')
-rw-r--r-- | net/reaver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/reaver/Makefile b/net/reaver/Makefile index 0f2949c85..79af9f854 100644 --- a/net/reaver/Makefile +++ b/net/reaver/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=reaver -PKG_VERSION:=1.6.3 -PKG_RELEASE:=2 +PKG_VERSION:=1.6.4 +PKG_RELEASE:=1 PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/t6x/reaver-wps-fork-t6x/releases/download/v$(PKG_VERSION) -PKG_HASH:=191f785f53030e4803260ada1a29ca4b42c848d56f6f3982e320d03b6117aaf2 +PKG_HASH:=bf63b3d5a5596b0bd292a995f778dc99b0b89af88237cc2cfd7c4abbce942bb2 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=docs/LICENSE |