Browse Source

smcroute: update to 2.5.4

Signed-off-by: Moritz Warning <moritzwarning@web.de>
lilik-openwrt-22.03
Moritz Warning 3 years ago
committed by Nick Hainke
parent
commit
8414c29797
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      net/smcroute/Makefile

+ 2
- 4
net/smcroute/Makefile View File

@ -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


Loading…
Cancel
Save