mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
reaver: fix broken source url
- Switch to release version 1.4 - Include a bugfix patch not present in version 1.4
This commit is contained in:
+4
-7
@@ -8,16 +8,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=reaver
|
||||
PKG_REV:=113
|
||||
PKG_VERSION:=r$(PKG_REV)
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=1.4
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://reaver-wps.googlecode.com/svn/trunk
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=$(PKG_REV)
|
||||
PKG_SOURCE_PROTO:=svn
|
||||
PKG_SOURCE_URL:=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/reaver-wps
|
||||
PKG_MD5SUM:=05441dda7bacfcbe1e831c85d1ea3bc9
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
||||
PKG_USE_MIPS16:=0
|
||||
|
||||
Reference in New Issue
Block a user