diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-01-29 07:10:11 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-01-29 07:10:11 +0100 |
commit | 07627d5c039168a5d4ebd4f153144435e1d6bc38 (patch) | |
tree | 773787136ed6997ae78eb4fad7edf4f16163be10 /net/fastd/Makefile | |
parent | 6c6e33146d85b37ab791e9f4173b3f0a876fb6aa (diff) |
fastd: update to v17
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'net/fastd/Makefile')
-rw-r--r-- | net/fastd/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/fastd/Makefile b/net/fastd/Makefile index 514002929..027f5491d 100644 --- a/net/fastd/Makefile +++ b/net/fastd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2014 OpenWrt.org +# Copyright (C) 2012-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fastd -PKG_VERSION:=16 -PKG_RELEASE:=2 +PKG_VERSION:=17 +PKG_RELEASE:=1 PKG_MAINTAINER:=Matthias Schiffer <mschiffer@universe-factory.net> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/78 -PKG_MD5SUM:=135b3083d2743e335738de3bd4bb0c3c +PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/81 +PKG_MD5SUM:=bad4f1948702f418b799578f83a0edb8 PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=COPYRIGHT |