mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/u-boot-tools: Updated for version 2015.10.
Fixes build with gcc-5.3.0. Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
395f62c63c
commit
df58d9e294
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=u-boot-tools
|
||||
SRCNAM=u-boot
|
||||
VERSION=${VERSION:-2015.01}
|
||||
VERSION=${VERSION:-2015.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="u-boot-tools"
|
||||
VERSION="2015.01"
|
||||
VERSION="2015.10"
|
||||
HOMEPAGE="http://www.denx.de/wiki/U-Boot/"
|
||||
DOWNLOAD="ftp://ftp.denx.de/pub/u-boot/u-boot-2015.01.tar.bz2"
|
||||
MD5SUM="7f08dc9e98a71652bd6968888ed6ec95"
|
||||
DOWNLOAD="ftp://ftp.denx.de/pub/u-boot/u-boot-2015.10.tar.bz2"
|
||||
MD5SUM="7c203b0fc3390a122d8e8b75f147eac5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue