update to dfu-util 0.10, from Ashton Fagg with a tiny tweak

This commit is contained in:
sthen 2021-03-09 12:56:39 +00:00
parent e3381067f7
commit da54af2459
3 changed files with 9 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.15 2019/07/12 20:43:46 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2021/03/09 12:56:39 sthen Exp $
COMMENT = device firmware update (DFU) USB programmer
DISTNAME = dfu-util-0.9
DISTNAME = dfu-util-0.10
CATEGORIES = comms
@ -11,10 +11,11 @@ HOMEPAGE = http://dfu-util.sourceforge.net
# GPLv2
PERMIT_PACKAGE = Yes
WANTLIB = c usb-1.0
MASTER_SITES = ${HOMEPAGE}/releases/
LIB_DEPENDS = devel/libusb1
WANTLIB = c usb-1.0
CONFIGURE_STYLE = gnu

View File

@ -1,2 +1,2 @@
SHA256 (dfu-util-0.9.tar.gz) = NkKMamyzCIytWjWSkzOFJT2l8p8u/6YVGO5Zkeo4+DM=
SIZE (dfu-util-0.9.tar.gz) = 138397
SHA256 (dfu-util-0.10.tar.gz) = oD3Fjfx5wFaBnAVEsqWXBTdWZGAQKz2Cz7A4xg5hm0I=
SIZE (dfu-util-0.10.tar.gz) = 151014

View File

@ -1,5 +1,7 @@
@comment $OpenBSD: PLIST,v 1.3 2019/02/27 15:33:13 naddy Exp $
@comment $OpenBSD: PLIST,v 1.4 2021/03/09 12:56:39 sthen Exp $
@bin bin/dfu-prefix
@bin bin/dfu-suffix
@bin bin/dfu-util
@man man/man1/dfu-prefix.1
@man man/man1/dfu-suffix.1
@man man/man1/dfu-util.1