[packages] bluelog: revert r31930, 1.0.4 hasn't been released yet
authorswalker <swalker@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Jun 2012 21:52:37 +0000 (21:52 +0000)
committerswalker <swalker@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Jun 2012 21:52:37 +0000 (21:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32038 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/bluelog/Makefile

index 0e5c708..8eb921d 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bluelog
-PKG_VERSION:=1.0.4
+PKG_VERSION:=1.0.3
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=ftp://ftp.digifail.com/downloads/software/bluelog
-PKG_MD5SUM:=93fb5b0f707643a14ff94dc780bdcb9c
+PKG_MD5SUM:=cbbb5a7d04ac7160f3f7389e05cd4257
 
 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 a CGI or SSI
+  This package contains the bluelog live output files for use with an SSI
   capable web server.
 endef