From d6f8532bfecee0113abf863f8fa5c1891b72b01e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 11 Oct 2013 17:46:01 +0200 Subject: [PATCH] Update fastd to v10 --- net/fastd/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/fastd/Makefile b/net/fastd/Makefile index 6caf803..e30094e 100644 --- a/net/fastd/Makefile +++ b/net/fastd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fastd -PKG_VERSION:=9 -PKG_RELEASE:=2 +PKG_VERSION:=10 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/63 -PKG_MD5SUM:=55dd7ce3bc1619a1cb65aea613eb1659 +PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/70 +PKG_MD5SUM:=fe7f06392d64e2813574e9a4eef729ff PKG_CONFIG_DEPENDS:=\ CONFIG_FASTD_ENABLE_METHOD_XSALSA20_POLY1305 \