diff options
author | Bruno Randolf <br1@einfach.org> | 2015-11-19 14:54:08 +0000 |
---|---|---|
committer | Bruno Randolf <br1@einfach.org> | 2016-07-01 10:44:49 +0100 |
commit | fd0ffb238848ab162956e31ad1dd66333ccfe98f (patch) | |
tree | 846e1c581ead70c16ff6fb7297667c0cf5317132 /net/horst/Makefile | |
parent | bdbadcf9a447e89a0148ffe0d1ad2761ecb46134 (diff) |
horst: Use version 5.0
Signed-off-by: Bruno Randolf <br1@einfach.org>
Diffstat (limited to 'net/horst/Makefile')
-rw-r--r-- | net/horst/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/horst/Makefile b/net/horst/Makefile index 607e2705e..1eb7409c0 100644 --- a/net/horst/Makefile +++ b/net/horst/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=horst -PKG_VERSION:=4.2 +PKG_VERSION:=5.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-git.tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_URL:=git://br1.einfach.org/horst +PKG_SOURCE_URL:=git://github.com/br101/horst.git PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=version-$(PKG_VERSION) @@ -25,13 +25,13 @@ PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk -MAKE_FLAGS += DEBUG=1 +MAKE_FLAGS += DEBUG=1 LIBNL=tiny define Package/horst SECTION:=net CATEGORY:=Network SUBMENU:=wireless - DEPENDS:=+libncurses + DEPENDS:=+libncurses +libnl-tiny MAINTAINER:=Bruno Randolf <br1@einfach.org> TITLE:=Highly Optimized 802.11 Radio Scanning Tool URL:=http://br1.einfach.org/tech/horst/ |