diff options
author | Steven Hessing <steven.hessing@gmail.com> | 2017-10-02 05:44:42 -0700 |
---|---|---|
committer | Steven Hessing <steven.hessing@gmail.com> | 2017-10-02 17:34:17 -0700 |
commit | 88f3b3db17e41b617c886d572d60ff98af02556f (patch) | |
tree | f106328374c846aeb0f1f159ed36caa9ee21f593 | |
parent | 64db240f13b58d214cb0619f0131acd7c2372276 (diff) |
noddos: bump up to noddos v0.5.1
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
-rw-r--r-- | net/noddos/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/noddos/Makefile b/net/noddos/Makefile index 64cc36982..0fe5fe392 100644 --- a/net/noddos/Makefile +++ b/net/noddos/Makefile @@ -11,11 +11,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=noddos PKG_RELEASE:=1 PKG_LICENSE:=GPLv3 +PKG_MAINTAINER:=Steven Hessing <steven.hessing@gmail.com> -PKG_SOURCE_VERSION:=0.5.0 +PKG_SOURCE_VERSION:=0.5.1 PKG_SOURCE_URL:=https://github.com/noddos/noddos/releases/download/v$(PKG_SOURCE_VERSION)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.xz -PKG_HASH:=61119d76bbc1e7de74c3f3cd58fe7048581a1653dbffa03ae4215163b5221b18 +PKG_HASH:=246bccaf9b4ad589a2884da3bfa449e4adc5fcb951307f1b5a5c2c1bcdef95c1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_SOURCE_VERSION) |