travelmate: update 0.2.5

* small performance optimization, code cleanup
* change copyright notice in makefile
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken
2016-11-06 18:58:09 +01:00
parent b2de32aab0
commit 32fb90fd68
3 changed files with 22 additions and 17 deletions
+2 -3
View File
@@ -1,13 +1,12 @@
#
# Copyright (C) 2016 OpenWrt.org
#
# Copyright (c) 2016 Dirk Brenken (dev@brenken.org)
# This is free software, licensed under the GNU General Public License v3.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=travelmate
PKG_VERSION:=0.2.4
PKG_VERSION:=0.2.5
PKG_RELEASE:=1
PKG_LICENSE:=GPL-3.0+
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>