From 7c83b19c73ef1301d20f3dc62fd9fe145ec7da3f Mon Sep 17 00:00:00 2001 From: Alan Feng Date: Tue, 5 May 2026 16:17:43 +0800 Subject: [PATCH] nebula: bump version to 1.10.3 changelog: https://github.com/slackhq/nebula/compare/v1.9.7...v1.10.3 Signed-off-by: Alan Feng --- net/nebula/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nebula/Makefile b/net/nebula/Makefile index e442baca64..65aff4587e 100644 --- a/net/nebula/Makefile +++ b/net/nebula/Makefile @@ -4,12 +4,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nebula -PKG_VERSION:=1.9.7 +PKG_VERSION:=1.10.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/slackhq/nebula/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=b8ca239c6c728deadbb28927c5332e4abf0466121d76616827adbaabbba32d05 +PKG_HASH:=12972f5a1dc37b89dff6af91685f7f7eb643b7f75da760c036d1e8d850387e54 PKG_MAINTAINER:=Yuxi Yang PKG_LICENSE:=MIT