diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-01 19:59:31 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-01 19:59:31 +0000 |
commit | 6bd1476aee2b52c8db935244e893cead310455bd (patch) | |
tree | 3f4d2a08037e0774c81e4d59120b66308089ef51 /contrib/package/olsrd-luci/Makefile | |
parent | 4d34417ebc3e46cc16529e7e6da46e80229787c5 (diff) |
contrib/package: bump olsrd to most recent hg rev
Diffstat (limited to 'contrib/package/olsrd-luci/Makefile')
-rw-r--r-- | contrib/package/olsrd-luci/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/package/olsrd-luci/Makefile b/contrib/package/olsrd-luci/Makefile index b793b38119..de85d8ab57 100644 --- a/contrib/package/olsrd-luci/Makefile +++ b/contrib/package/olsrd-luci/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 Freifunk Leipzig +# Copyright (C) 2008-2009 Freifunk Leipzig # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,13 +11,13 @@ include $(TOPDIR)/rules.mk PKG_BASENAME:=olsrd PKG_NAME:=$(PKG_BASENAME)-luci -PKG_VERSION:=0.5.6-r3+hg2127 +PKG_VERSION:=0.5.6-r3+hg2131 PKG_RELEASE:=2 -PKG_HGREV:=913b11abf7f1 +PKG_HGREV:=26d021f68c49 PKG_SOURCE:=$(PKG_HGREV).tar.gz PKG_SOURCE_URL:=http://gredler.at/hg/olsrd/archive -PKG_MD5SUM:=7cbdbefe66441b70f9b7aec88abb804a +PKG_MD5SUM:=db07cbbdff1c97ff4045cd4f5716be2e PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_BASENAME)-$(PKG_HGREV) #PKG_SOURCE:=$(PKG_BASENAME)-$(PKG_VERSION).tar.bz2 |