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 | a5a85f2debdcca9ed9fedac92a9094a4333ad88e (patch) | |
tree | 55d927d52590982327259841ed628d9a4e4420c8 /target/linux/package/spca5xx/Makefile | |
parent | 13b933ce77dc7e70ddab2b5ee860f01023876edc (diff) |
update to new version, fixes bug #153
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2767 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/spca5xx/Makefile')
-rw-r--r-- | target/linux/package/spca5xx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/package/spca5xx/Makefile b/target/linux/package/spca5xx/Makefile index cb0895703b..4bbee25d5b 100644 --- a/target/linux/package/spca5xx/Makefile +++ b/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 |