Update Openwrt build to the correct stable version number

Merge pull request #948 from t-tomek/patch-2
This commit is contained in:
t-tomek 2022-02-08 21:46:53 +01:00 committed by GitHub
parent 0177e14026
commit bde78319ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=n2n
PKG_SOURCE_URL:=https://github.com/ntop/n2n.git
PKG_SOURCE_VERSION:=6937640a2bc24832af7fc4ed1658d6aef192f03b
PKG_VERSION:=2.9.0_dev_git$(PKG_SOURCE_VERSION)
PKG_VERSION:=3.0.0_git$(PKG_SOURCE_VERSION)
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz