|
@@ -1,5 +1,5 @@
|
1
|
1
|
#
|
2
|
|
-# Copyright (C) 2012-2014 OpenWrt.org
|
|
2
|
+# Copyright (C) 2012-2015 OpenWrt.org
|
3
|
3
|
#
|
4
|
4
|
# This is free software, licensed under the GNU General Public License v2.
|
5
|
5
|
# See /LICENSE for more information.
|
|
@@ -8,13 +8,13 @@
|
8
|
8
|
include $(TOPDIR)/rules.mk
|
9
|
9
|
|
10
|
10
|
PKG_NAME:=fastd
|
11
|
|
-PKG_VERSION:=16
|
12
|
|
-PKG_RELEASE:=2
|
|
11
|
+PKG_VERSION:=17
|
|
12
|
+PKG_RELEASE:=1
|
13
|
13
|
|
14
|
14
|
PKG_MAINTAINER:=Matthias Schiffer <mschiffer@universe-factory.net>
|
15
|
15
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
16
|
|
-PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/78
|
17
|
|
-PKG_MD5SUM:=135b3083d2743e335738de3bd4bb0c3c
|
|
16
|
+PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/81
|
|
17
|
+PKG_MD5SUM:=bad4f1948702f418b799578f83a0edb8
|
18
|
18
|
|
19
|
19
|
PKG_LICENSE:=BSD-2-Clause
|
20
|
20
|
PKG_LICENSE_FILES:=COPYRIGHT
|