Author: cyrus Date: 2015-09-15 09:54:55 +0200 (Tue, 15 Sep 2015) New Revision: 46940
Modified: trunk/package/network/services/omcproxy/Makefile Log: omcproxy: use 100ms query response interval by default Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/network/services/omcproxy/Makefile =================================================================== --- trunk/package/network/services/omcproxy/Makefile 2015-09-15 06:13:07 UTC (rev 46939) +++ trunk/package/network/services/omcproxy/Makefile 2015-09-15 07:54:55 UTC (rev 46940) @@ -9,13 +9,13 @@ 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 <[email protected]> PKG_LICENSE:=APACHE-2.0 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
