diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-07-27 10:45:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-07-27 10:45:02 +0200 |
commit | 42dd254f5937274f164a5a7c5fb3c1f80e38e7af (patch) | |
tree | 9d2f1aa0333e04af8493d6a5f533b6e243bf5d2b /package/usbutils/Makefile | |
parent | 7f0a66667a815bb8e28b4c8b93666b92a667b485 (diff) |
full build on Darwin fixes
Diffstat (limited to 'package/usbutils/Makefile')
-rw-r--r-- | package/usbutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/usbutils/Makefile b/package/usbutils/Makefile index 36054eba1..ef64d2a94 100644 --- a/package/usbutils/Makefile +++ b/package/usbutils/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= usbutils -PKG_VERSION:= 003 +PKG_VERSION:= 006 PKG_RELEASE:= 1 -PKG_MD5SUM:= 94a1738fe92062cdd6a9642eeaccefc1 +PKG_MD5SUM:= 850790442f5eb487cdc7e35f8ee03e11 PKG_DESCR:= A program to list USB devices PKG_SECTION:= utils PKG_DEPENDS:= libusb libusb-compat libpthread zlib |