Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/alfred
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2022-02-03 21:54:23 +0300
committerSven Eckelmann <sven@narfation.org>2022-02-03 21:54:23 +0300
commit3aa4cfbe7b31d2600fb6708d7d0aa55816b00138 (patch)
tree05846ee74b932b53ff59ec1e419e647a8740a222 /alfred
parent911a4bab8ec5db28b1bc6aec3c05ad38377b6a7b (diff)
alfred: update to version 2022.0
* coding style cleanups and refactoring * allow changing of batman-adv interface at runtime * allow to start alfred without interfaces specified Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'alfred')
-rw-r--r--alfred/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/alfred/Makefile b/alfred/Makefile
index 25730ad..aeb2c00 100644
--- a/alfred/Makefile
+++ b/alfred/Makefile
@@ -3,12 +3,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=alfred
-PKG_VERSION:=2021.4
+PKG_VERSION:=2022.0
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
-PKG_HASH:=4c79b6c45de4bcc8cbfe64cba9a0f8b4ef304ca84c194622f2bfa41e01e2cb95
+PKG_HASH:=abba1dac61eccfcd6329e7331d0555fecc937760fb36c6cf55ce6c1d751cfd98
PKG_MAINTAINER:=Simon Wunderlich <sw@simonwunderlich.de>
PKG_LICENSE:=GPL-2.0-only MIT