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-07-26 22:56:31 +0300
committerSven Eckelmann <sven@narfation.org>2022-07-26 22:56:31 +0300
commit5db5b129f83cff762a4fc24a51aa028c57b9c604 (patch)
tree2b0ff441a467743aea73d99ee7d59f13571a4c16 /alfred
parent0e88798681d3a92af8cbfaba9a78106ae9cc27cc (diff)
alfred: update to version 2022.2
* support event notification via unix socket * improve timing stability of transmitted announcement packets * reduce socket handling overhead when many clients and interfaces 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 5a631d3..230ec45 100644
--- a/alfred/Makefile
+++ b/alfred/Makefile
@@ -3,12 +3,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=alfred
-PKG_VERSION:=2022.1
+PKG_VERSION:=2022.2
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:=3a0ac2bb26e0cb3f2732d4873669a0a22e9825e8f9a8e7abac986363f275097f
+PKG_HASH:=b79ba89569351969105bef43dab371a819c557c2330bb8fe4de0be60b135d129
PKG_MAINTAINER:=Simon Wunderlich <sw@simonwunderlich.de>
PKG_LICENSE:=GPL-2.0-only MIT