From 3e897585d44712eff5d197cd634502ce824a11d7 Mon Sep 17 00:00:00 2001 From: Steven Hessing Date: Wed, 18 Oct 2017 19:50:18 -0700 Subject: [PATCH] noddos: v0.5.4 SendUdpPing fix Signed-off-by: Steven Hessing --- net/noddos/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/noddos/Makefile b/net/noddos/Makefile index 7454a4d2f0..73eb05f5b1 100644 --- a/net/noddos/Makefile +++ b/net/noddos/Makefile @@ -13,10 +13,10 @@ PKG_RELEASE:=1 PKG_LICENSE:=GPLv3 PKG_MAINTAINER:=Steven Hessing -PKG_SOURCE_VERSION:=0.5.3 +PKG_SOURCE_VERSION:=0.5.4 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:=a7f66d6eea17eb6bbd79470ae6f1d97d474c659b8b8259bf0027cae6b4cf8b04 +PKG_HASH:=1021a72fd66f4901cdc1e7bd3a203450cee5c453ec52ea7c6d8f8691fc4e9d0e PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_SOURCE_VERSION) -- 2.30.2