From d468f8e669313a9b73e2ce8bba3a2433d1f33400 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 15 Sep 2015 07:54:55 +0000 Subject: [PATCH] omcproxy: use 100ms query response interval by default Signed-off-by: Steven Barth git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46940 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/services/omcproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/services/omcproxy/Makefile b/package/network/services/omcproxy/Makefile index e93aa885db..eafa28922a 100644 --- a/package/network/services/omcproxy/Makefile +++ b/package/network/services/omcproxy/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=omcproxy PKG_VERSION:=2015-08-24 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/sbyx/omcproxy.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=dc45078e6098f5dcdb1ef6e46edbb6ca78a03456 +PKG_SOURCE_VERSION:=8de9fa84e018e152e45c342f10b5b5140b63e4b1 PKG_MAINTAINER:=Steven Barth PKG_LICENSE:=APACHE-2.0 -- 2.35.1