[package] lcdproc: update to 0.5.4 (#9053)
authorFlorian Fainelli <florian@openwrt.org>
Tue, 7 Aug 2012 16:09:13 +0000 (16:09 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 7 Aug 2012 16:09:13 +0000 (16:09 +0000)
SVN-Revision: 33043

utils/lcdproc/Makefile

index 19c6b01cf1bd0837c826f26c60c48c00a3add29c..b69ba5139c9282f8eed238bbb54ec22a408e005e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007-2012 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -7,22 +7,22 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lcdproc
-PKG_VERSION:=0.5.2
+PKG_VERSION:=0.5.4
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/lcdproc
-PKG_MD5SUM:=860f192d061d87dda6512b11b79daac2
+PKG_MD5SUM:=4d075c3928e84a90bfccf07313b13721
 
 include $(INCLUDE_DIR)/package.mk
 
 
 define Package/lcdproc
-       SECTION:=utils
-       CATEGORY:=Utilities
-       DEPENDS:=+libusb +libncurses +libftdi
-       TITLE:=LCD Display daemon and client
-       URL:=http://sourceforge.net/projects/lcdproc/
+  SECTION:=utils
+  CATEGORY:=Utilities
+  DEPENDS:=+libusb +libncurses +libftdi
+  TITLE:=LCD Display daemon and client
+  URL:=http://sourceforge.net/projects/lcdproc/
 endef
 
 define Package/lcdproc/description