Browse Source

noddos: v0.5.4 SendUdpPing fix

Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
lilik-openwrt-22.03
Steven Hessing 7 years ago
parent
commit
3e897585d4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/noddos/Makefile

+ 2
- 2
net/noddos/Makefile View File

@ -13,10 +13,10 @@ PKG_RELEASE:=1
PKG_LICENSE:=GPLv3
PKG_MAINTAINER:=Steven Hessing <steven.hessing@gmail.com>
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)


Loading…
Cancel
Save