From 35dc670a5f991c5ac9e6f007d5f814d9e29eed33 Mon Sep 17 00:00:00 2001 From: VergLsm Date: Tue, 30 Mar 2021 19:17:46 +0800 Subject: [PATCH] Update OpenWRT Makefile (#678) --- packages/openwrt/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/openwrt/Makefile b/packages/openwrt/Makefile index 337808e..7950c57 100644 --- a/packages/openwrt/Makefile +++ b/packages/openwrt/Makefile @@ -1,13 +1,13 @@ # -# Copyright (C) 2019 - ntop.org and contributors +# Copyright (C) 2021 - ntop.org and contributors # include $(TOPDIR)/rules.mk PKG_NAME:=n2n PKG_SOURCE_URL:=https://github.com/ntop/n2n.git -PKG_SOURCE_VERSION:=fa695e9f2b5eae2523ef6c055a579006ac0bf146 -PKG_VERSION:=2.5.1_git$(PKG_SOURCE_VERSION) +PKG_SOURCE_VERSION:=53e930db105df0e1103d8b6de9d5cb223c744d49 +PKG_VERSION:=2.9.0_dev_git$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz