From fcf1633351e946e232698dbf0abd3b9e5136caa9 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Mon, 15 Nov 2021 00:53:40 +0100 Subject: [PATCH] smcroute: update to 2.5.4 Signed-off-by: Moritz Warning --- net/smcroute/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net/smcroute/Makefile b/net/smcroute/Makefile index 733b67583d..2c3839d7b3 100644 --- a/net/smcroute/Makefile +++ b/net/smcroute/Makefile @@ -8,16 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=smcroute -PKG_VERSION:=2.5.3 +PKG_VERSION:=2.5.4 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:=4342b95c99e410cab75e9ee80f20480e0170d8b07b8e31553ba1bec3e377fc56 - -PKG_FIXUP:=autoreconf +PKG_HASH:=96b890fd6fbf8553010f62beda991742f7b4e7e8aea3e75335fb6048b15869da include $(INCLUDE_DIR)/package.mk -- 2.30.2