From ce0f684987e353580a9e137178d76c9651a17f29 Mon Sep 17 00:00:00 2001 From: swalker Date: Mon, 28 May 2012 00:17:36 +0000 Subject: [PATCH] [packages] bluelog: update to 1.0.4 git-svn-id: svn://svn.openwrt.org/openwrt/packages@31930 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/bluelog/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/bluelog/Makefile b/utils/bluelog/Makefile index 8eb921def..0e5c7080a 100644 --- a/utils/bluelog/Makefile +++ b/utils/bluelog/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bluelog -PKG_VERSION:=1.0.3 +PKG_VERSION:=1.0.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.digifail.com/downloads/software/bluelog -PKG_MD5SUM:=cbbb5a7d04ac7160f3f7389e05cd4257 +PKG_MD5SUM:=93fb5b0f707643a14ff94dc780bdcb9c PKG_INSTALL:=1 @@ -50,7 +50,7 @@ endef define Package/bluelog-live/description $(call Package/bluelog/Default/description) - This package contains the bluelog live output files for use with an SSI + This package contains the bluelog live output files for use with a CGI or SSI capable web server. endef