diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-02-10 20:41:15 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-02-10 20:41:15 +0000 |
commit | 1477ae7b548498aa0fa34e7931ce88466aa6d708 (patch) | |
tree | e183f6530f0f7c96a87e8e60f93c6a13d5f1c0a8 /target | |
parent | c5aa62d5586644d2e23e438f97d2fe27662ecbc1 (diff) | |
download | upstream-1477ae7b548498aa0fa34e7931ce88466aa6d708.tar.gz upstream-1477ae7b548498aa0fa34e7931ce88466aa6d708.tar.bz2 upstream-1477ae7b548498aa0fa34e7931ce88466aa6d708.zip |
update to new version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3214 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 6b66262a2f..f1213632c6 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:=20060101 +PKG_VERSION:=20060202 PKG_RELEASE:=1 -PKG_MD5SUM:=2a4dc191262c16c14bfd2fd563c3e8a1 +PKG_MD5SUM:=5cd947396b2a0ce40e51c6edb205cc39 PKG_SOURCE_URL:=http://mxhaard.free.fr/spca50x/Download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |