diff options
| author | Simon Wunderlich | 2015-05-05 10:25:42 +0000 |
|---|---|---|
| committer | Simon Wunderlich | 2015-05-05 10:25:42 +0000 |
| commit | 038e3677f87021a5fc2fe6f4135e5c904269e9e4 (patch) | |
| tree | 2b3387af66f77b43b10d424c9b71f6cfe31f1fb1 | |
| parent | 9e25fa70ffb28622dbf25ccd910bf9324d902375 (diff) | |
| download | routing-038e3677f87021a5fc2fe6f4135e5c904269e9e4.tar.gz | |
alfred: bump version to 2015.0
From the CHANGELOG:
* add support to call commands after data was updated
* automatic reduction of process capabilities when not needed anymore
* allow printing of the data version number in the alfred client mode
* various code cleanups
* bugs squashed:
- update of the version number when data was updated with different
version number
- tighten size check on received packet
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
| -rw-r--r-- | alfred/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alfred/Makefile b/alfred/Makefile index 8f6855b..facf902 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -11,9 +11,9 @@ include $(TOPDIR)/rules.mk # The latest alfred git hash in PKG_REV can be obtained from http://git.open-mesh.org/alfred.git # PKG_NAME:=alfred -PKG_VERSION:=2014.4.0 +PKG_VERSION:=2015.0 PKG_RELEASE:=0 -PKG_MD5SUM:=053cb5d9e7ca9384598e82944343dea2 +PKG_MD5SUM:=53e2436dbc506e69f9675b69385ae131 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) |