From 91f18c06138c80183e78b254ee38c0a220756a41 Mon Sep 17 00:00:00 2001 From: Alexey Smirnov Date: Sun, 18 Dec 2022 13:55:08 +0300 Subject: [PATCH] smcroute: update to 2.5.6 Signed-off-by: Alexey Smirnov --- net/smcroute/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/smcroute/Makefile b/net/smcroute/Makefile index 501bb10b72..a14e8e2b3b 100644 --- a/net/smcroute/Makefile +++ b/net/smcroute/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=smcroute -PKG_VERSION:=2.5.5 +PKG_VERSION:=2.5.6 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/troglobit/smcroute/releases/download/$(PKG_VERSION) -PKG_HASH:=2569cd97fa2047df14203a7144be53a1b32928cb460421a302bbcce381b42bc3 +PKG_HASH:=0be38f617e322daafaa941c02423239f5c117b940cf0f45bacadb6733c4b3916 include $(INCLUDE_DIR)/package.mk