diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-22 23:07:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-22 23:07:09 +0000 |
commit | 661ead324112a850a73fa2e2433a40c3b031f235 (patch) | |
tree | 796f8473f457c63cd3c7978c00ac081a7cfdc361 /contrib | |
parent | fc1e5cbe4d1411b56a0f995a9cae9e17e2da3447 (diff) |
contrib/package: bump olsrd-luci to hg rev 2227
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/olsrd-luci/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/package/olsrd-luci/Makefile b/contrib/package/olsrd-luci/Makefile index c294b27a1..85f55b2d6 100644 --- a/contrib/package/olsrd-luci/Makefile +++ b/contrib/package/olsrd-luci/Makefile @@ -11,13 +11,13 @@ include $(TOPDIR)/rules.mk PKG_BASENAME:=olsrd PKG_NAME:=$(PKG_BASENAME)-luci -PKG_VERSION:=0.5.6-r3+hg2131 -PKG_RELEASE:=2 +PKG_VERSION:=0.5.6-r3+hg2227 +PKG_RELEASE:=1 -PKG_HGREV:=26d021f68c49 +PKG_HGREV:=a7316f987848 PKG_SOURCE:=$(PKG_HGREV).tar.gz PKG_SOURCE_URL:=http://gredler.at/hg/olsrd/archive -PKG_MD5SUM:=db07cbbdff1c97ff4045cd4f5716be2e +PKG_MD5SUM:=b228b5452af158cd4313f9ed416d9c84 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_HGREV) PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) @@ -35,7 +35,7 @@ define Package/olsrd-luci/common_info CATEGORY:=Network TITLE:=OLSR - Optimized Link State Routing Daemon URL:=http://www.olsr.org/ - MAINTAINER:=Jo-Philipp Wich <xm@leipzig.freifunk.net> + MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org> endef define Package/olsrd-luci |