diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-20 03:19:35 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-20 03:19:35 +0000 |
commit | 5211f861aeb667a8fc64f26b2d2d1c59f2300930 (patch) | |
tree | ae09b4ed503a7f1906b736fc0b2639b3d2b1c5b5 /openwrt/package/lcd4linux/Makefile | |
parent | a5375929b95a1bb780474bc184eba6dfa370cda5 (diff) |
sync lcd4linux with whiterussian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3022 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/lcd4linux/Makefile')
-rw-r--r-- | openwrt/package/lcd4linux/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/lcd4linux/Makefile b/openwrt/package/lcd4linux/Makefile index 04bde6915..0d56a6244 100644 --- a/openwrt/package/lcd4linux/Makefile +++ b/openwrt/package/lcd4linux/Makefile @@ -3,11 +3,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lcd4linux -PKG_VERSION:=0.10.0-RC1 +PKG_VERSION:=0.10.0 PKG_RELEASE:=1 -PKG_MD5SUM:=bab64ac01ebdce7e46ab367351af839f +PKG_MD5SUM:=b7fb1c24b940482cd730cf212d1b5062 -PKG_SOURCE_URL:=@SF/lcd4linux/ +PKG_SOURCE_URL:=@SF/lcd4linux PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat |