From 3cbb7474c3fad4b01f8ee065b1c045c4b7fb523f Mon Sep 17 00:00:00 2001 From: Sean Khan Date: Fri, 12 Apr 2024 12:09:59 -0400 Subject: [PATCH] nebula: Use APK style release number Maintainer: Stan Grishin Run tested: aarch64, Dynalink DL-WRX36, Master Branch Signed-off-by: Sean Khan --- net/nebula/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/nebula/Makefile b/net/nebula/Makefile index e93e7ce4ae..13747b599b 100644 --- a/net/nebula/Makefile +++ b/net/nebula/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nebula PKG_VERSION:=1.8.2 -PKG_RELEASE:=r2 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/slackhq/nebula/tar.gz/v$(PKG_VERSION)?