system/dfu-util: Updated for version 0.3.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Damien Durand 2010-12-28 14:47:46 -06:00 committed by Robby Workman
parent 106d20277e
commit a6aad16931
3 changed files with 5 additions and 6 deletions

View file

@ -3,4 +3,3 @@ DFU (Universal Serial Bus Device Firmware Upgrade) protocol. In the
OpenMoko project (for example), this program is used to communicate
with the specially enhanced u-boot boot loader, which implements the
DFU device side.

View file

@ -3,7 +3,7 @@
# Written by Damien Durand <splinux25@gmail.com>
PRGNAM=dfu-util
VERSION=${VERSION:-0.2}
VERSION=${VERSION:-0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="dfu-util"
VERSION="0.2"
VERSION="0.3"
HOMEPAGE="http://dfu-util.gnumonks.org"
DOWNLOAD="http://dfu-util.gnumonks.org/releases/dfu-util-0.2.tar.gz"
MD5SUM="bc3ac050651c82076215dd9699955b66"
DOWNLOAD="http://dfu-util.gnumonks.org/releases/dfu-util-0.3.tar.gz"
MD5SUM="aa76af3fef700cd73505745580685f4e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Damien Durand"
EMAIL="splinux25@gmail.com"
APPROVED="Niels Horn"
APPROVED="rworkman"