diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-11-15 18:37:43 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-11-15 18:37:43 +0100 |
commit | a23e8f6bc1bf53e3d7dea643a841c335c217cf2a (patch) | |
tree | d2c3fa15b00f4b45ac6bb03031e14cce01d31b9d /net/fastd/Makefile | |
parent | d6330508bc8e43119824aabbdca9ae80230860b1 (diff) |
fastd: update to v16
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'net/fastd/Makefile')
-rw-r--r-- | net/fastd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/fastd/Makefile b/net/fastd/Makefile index ea7c905ba..acf973bfa 100644 --- a/net/fastd/Makefile +++ b/net/fastd/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fastd -PKG_VERSION:=15 +PKG_VERSION:=16 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/77 -PKG_MD5SUM:=31763188a7fc35d22fd506e406f8c37c +PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/78 +PKG_MD5SUM:=135b3083d2743e335738de3bd4bb0c3c PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILE:=COPYRIGHT |