diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-06 18:02:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-06 18:02:25 +0100 |
commit | b1e2fe58fc1b25e349f8adcf694628299c263536 (patch) | |
tree | a85d02b9813ae480d4a244822d0ebb89459a5509 /package | |
parent | e73db124700dda7f94bcee4318f5a9e525160f27 (diff) |
update to latest upstream release
Diffstat (limited to 'package')
-rw-r--r-- | package/libusb/Makefile | 4 | ||||
-rw-r--r-- | package/usbutils/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/libusb/Makefile b/package/libusb/Makefile index a5dec2885..8b68fdb79 100644 --- a/package/libusb/Makefile +++ b/package/libusb/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libusb -PKG_VERSION:= 1.0.3 +PKG_VERSION:= 1.0.6 PKG_RELEASE:= 1 -PKG_MD5SUM:= 03af26d0c49705fa46c1f732e1018e73 +PKG_MD5SUM:= 818c7c02112a53e0c182666ee83f2057 PKG_DESCR:= a library for accessing Linux USB devices PKG_SECTION:= libs PKG_URL:= http://libusb.wiki.sourceforge.net diff --git a/package/usbutils/Makefile b/package/usbutils/Makefile index 8d8cba862..d5d5d21ee 100644 --- a/package/usbutils/Makefile +++ b/package/usbutils/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= usbutils -PKG_VERSION:= 0.73 +PKG_VERSION:= 0.86 PKG_RELEASE:= 1 -PKG_MD5SUM:= 88978b4ad891f610620b1b8e5e0f43eb +PKG_MD5SUM:= 34979f675d2bcb3e1b45012fa830a53f PKG_DESCR:= A program to list USB devices PKG_SECTION:= misc PKG_DEPENDS:= libusb libusb-compat libpthread |