diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-06-07 19:15:35 -0700 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-06-08 10:30:34 +0800 |
commit | 87a616f339de497ff2cdf827a7226dd09ac55f58 (patch) | |
tree | 9491e3612128f00404718aee9d241fb469367e39 /net/reaver/Makefile | |
parent | 39f3aa22776b8f09d6d83f07c4a917c3018ceeb7 (diff) |
reaver: Update to 1.6.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/reaver/Makefile')
-rw-r--r-- | net/reaver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/reaver/Makefile b/net/reaver/Makefile index 79af9f854..8894eac38 100644 --- a/net/reaver/Makefile +++ b/net/reaver/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=reaver -PKG_VERSION:=1.6.4 +PKG_VERSION:=1.6.5 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:=bf63b3d5a5596b0bd292a995f778dc99b0b89af88237cc2cfd7c4abbce942bb2 +PKG_HASH:=342e9d265cf459bd2387205b73a63d1fc7582e268f0e9aec20613f3ec11b6a6b PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=docs/LICENSE |