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
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2022-11-10 23:14:42 +0300
committerSven Eckelmann <sven@narfation.org>2022-11-10 23:44:20 +0300
commit5ca59df1022cf40951efb184f5e783cf9302c2b3 (patch)
treead0e1e3c3022e72ff320c09b76623cd782c7655e
parentfb4beaee20ec904f4963cac2bbd33164766ee5a7 (diff)
alfred: update to version 2022.3
* coding style cleanups and refactoring Signed-off-by: Sven Eckelmann <sven@narfation.org>
-rw-r--r--alfred/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/alfred/Makefile b/alfred/Makefile
index a19fe74..6109894 100644
--- a/alfred/Makefile
+++ b/alfred/Makefile
@@ -3,12 +3,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=alfred
-PKG_VERSION:=2022.2
+PKG_VERSION:=2022.3
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:=b79ba89569351969105bef43dab371a819c557c2330bb8fe4de0be60b135d129
+PKG_HASH:=c03f1763b855e32cc2384eca9560e9609c96d9b01ef5375f28765cee18005112
PKG_MAINTAINER:=Simon Wunderlich <sw@simonwunderlich.de>
PKG_LICENSE:=GPL-2.0-only MIT