diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 21:31:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 21:31:30 +0200 |
commit | 7fcf109a9e44f34390aff7771a0d7ef3334ffd41 (patch) | |
tree | f86614f79ef05955d389cf7ac4584f9a7db94fd0 /package/libusb/Makefile | |
parent | 1edb2f7e5ce8863fb31928cee76da95d55b93b2a (diff) |
update to latest upstream version
Diffstat (limited to 'package/libusb/Makefile')
-rw-r--r-- | package/libusb/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/libusb/Makefile b/package/libusb/Makefile index b3f73bb47..0c86bc9fd 100644 --- a/package/libusb/Makefile +++ b/package/libusb/Makefile @@ -3,14 +3,14 @@ include ${TOPDIR}/rules.mk -PKG_NAME:= libusbx -PKG_VERSION:= 1.0.16 -PKG_RELEASE:= 3 -PKG_MD5SUM:= 7f5715d624cd6c26b30a317eb6c2fe5e +PKG_NAME:= libusb +PKG_VERSION:= 1.0.19 +PKG_RELEASE:= 1 +PKG_MD5SUM:= f9e2bb5879968467e5ca756cb4e1fa7e PKG_DESCR:= library for accessing usb devices PKG_SECTION:= libs/misc PKG_URL:= http://libusb.wiki.sourceforge.net/ -PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=libusbx/} +PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=libusb/} PKG_LIBNAME:= libusb PKG_OPTS:= dev |