From: Sven Eckelmann Date: Mon, 6 Jul 2020 17:53:07 +0000 (+0200) Subject: alfred: upgrade package to latest release 2020.2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=47d63604bc5f4185b8df3f9d57d0f84f1f9b4fa9;p=feed%2Frouting.git alfred: upgrade package to latest release 2020.2 * Rephrase names of server roles Signed-off-by: Sven Eckelmann --- diff --git a/alfred/Makefile b/alfred/Makefile index e4c9141..f52e3a9 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alfred -PKG_VERSION:=2020.1 -PKG_RELEASE:=1 +PKG_VERSION:=2020.2 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) -PKG_HASH:=e0721fb40b46c265433cbe6dfcba854e19dad1b69b62475dd01db7af503ea715 +PKG_HASH:=1cca2f600f585455a598c92de6fa2b4307c6fe76dddd9d4d29c7648212db9f5e PKG_MAINTAINER:=Simon Wunderlich PKG_LICENSE:=GPL-2.0-only MIT