diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-25 02:10:14 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-25 02:10:14 +0000 |
commit | 0cb8c8941bfbb43aa234394b729d58e92cc1c387 (patch) | |
tree | 629595e2fa375e9e9cf07ab1d0ece41863d8294a /openwrt/target/linux/package/spca5xx/Makefile | |
parent | 70a0737d444b2fa0684c323f98cbdda854633544 (diff) |
update to new version, fixes bug #153
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2767 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/spca5xx/Makefile')
-rw-r--r-- | openwrt/target/linux/package/spca5xx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/spca5xx/Makefile b/openwrt/target/linux/package/spca5xx/Makefile index cb0895703b..4bbee25d5b 100644 --- a/openwrt/target/linux/package/spca5xx/Makefile +++ b/openwrt/target/linux/package/spca5xx/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk include ../../rules.mk PKG_NAME:=spca5xx -PKG_VERSION:=20051105 +PKG_VERSION:=20051212 PKG_RELEASE:=1 -PKG_MD5SUM:=7d2e84c3d3880728fefd5644713ba0ca +PKG_MD5SUM:=f8212aa6f5e412201eefd328c3608c8d PKG_SOURCE_URL:=http://mxhaard.free.fr/spca50x/Download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |