diff options
author | Moritz Warning <moritzwarning@web.de> | 2021-09-26 21:37:30 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-09-26 18:09:49 -0700 |
commit | b9c28a2eefd139b00b4caccfbd8f87a24f07e30d (patch) | |
tree | 49e1254d5ca0ad0dde8bf19c4927e788bcab304d /net/smcroute/Makefile | |
parent | d009987c64947a1c1634e66afa879ede45a40865 (diff) |
smcroute: update to version 2.5.3
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Diffstat (limited to 'net/smcroute/Makefile')
-rw-r--r-- | net/smcroute/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/smcroute/Makefile b/net/smcroute/Makefile index 82be40c30..733b67583 100644 --- a/net/smcroute/Makefile +++ b/net/smcroute/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=smcroute -PKG_VERSION:=2.5.2 +PKG_VERSION:=2.5.3 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:=7eca88389cc08cbfe75f787e02ab32a390ef806555069a08abe8d7fa925ed094 +PKG_HASH:=4342b95c99e410cab75e9ee80f20480e0170d8b07b8e31553ba1bec3e377fc56 PKG_FIXUP:=autoreconf |