Repository : ssh://git@open-mesh.org/openwrt-feed-alfred
On branch : master
commit 8cf0aaba9b09fbbf3b6daa1eb08d9d4f8e76aab4 Author: Simon Wunderlich siwu@hrz.tu-chemnitz.de Date: Sun Jul 28 20:31:15 2013 +0200
alfred: bump version to 2013.3.0-0
no functional changes, just use the release.
Signed-off-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
8cf0aaba9b09fbbf3b6daa1eb08d9d4f8e76aab4 alfred/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/alfred/Makefile b/alfred/Makefile index 837e33c..bd26ce7 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:=2012.0.0 -PKG_RELEASE:=6 -PKG_REV:=7ceb16cbb2fd008b0f8cb89c6862e7a9bcc0166e +PKG_VERSION:=2013.3.0 +PKG_RELEASE:=0 +PKG_REV:=fac591b6d8a8a9eaca33a0d7614433cbca23f55f
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=git://git.open-mesh.org/alfred.git