diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-08-04 19:13:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-08-04 19:13:09 +0000 |
commit | 06c500af1e79de5740f90b3b2d6195fe8726f3ec (patch) | |
tree | b13ac977eec983e96822cd0232ada61757bc977b /package/spca5xx/Makefile | |
parent | 1d9262a3806ba8853ee5f70d60e63a9aa399fbb5 (diff) | |
download | upstream-06c500af1e79de5740f90b3b2d6195fe8726f3ec.tar.gz upstream-06c500af1e79de5740f90b3b2d6195fe8726f3ec.tar.bz2 upstream-06c500af1e79de5740f90b3b2d6195fe8726f3ec.zip |
update spca5xx, old version is no longer on the website
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4443 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/spca5xx/Makefile')
-rw-r--r-- | package/spca5xx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/spca5xx/Makefile b/package/spca5xx/Makefile index 22c45cec49..08f7ef3f15 100644 --- a/package/spca5xx/Makefile +++ b/package/spca5xx/Makefile @@ -10,9 +10,9 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=spca5xx -PKG_VERSION:=20060301 +PKG_VERSION:=20060501 PKG_RELEASE:=1 -PKG_MD5SUM:=4160e03c408ac254111febacf058b88a +PKG_MD5SUM:=8fcec25715aea10f9ebec5728c37e752 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=http://mxhaard.free.fr/spca50x/Download/ |