diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2020-10-19 21:52:43 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2020-10-19 21:52:43 +0200 |
commit | f20908cbad9bb22d138ce2fb3cbfe8bb17cea8d3 (patch) | |
tree | 05f2cd0047ac00606c3e11c267119d661ab60174 /net/fastd/Makefile | |
parent | 476f00da33366735b8d64449d098a04e4d97b3cc (diff) |
fastd: update to v21
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'net/fastd/Makefile')
-rw-r--r-- | net/fastd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/fastd/Makefile b/net/fastd/Makefile index 4645b290d..c7ab056a9 100644 --- a/net/fastd/Makefile +++ b/net/fastd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fastd -PKG_VERSION:=20 +PKG_VERSION:=21 PKG_MAINTAINER:=Matthias Schiffer <mschiffer@universe-factory.net> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/NeoRaider/fastd/releases/download/v$(PKG_VERSION) -PKG_HASH:=56cab8639218d63237d9a5508fb2bf6fa637374d53fb7fa55b7e92e4d4dfeb00 +PKG_HASH:=942f33bcd794bcb8e19da4c30c875bdfd4d0f1c24ec4dcdf51237791bbfb0d4c PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=COPYRIGHT |