mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-tools to 2015.10-1
This commit is contained in:
parent
b1996e71b5
commit
1c341ddbc7
1 changed files with 3 additions and 3 deletions
|
@ -3,17 +3,17 @@
|
|||
# Contributor: Julian Langschaedel <meta.rb@gmail.com>
|
||||
|
||||
pkgname=uboot-tools
|
||||
pkgver=2015.07
|
||||
pkgver=2015.10
|
||||
pkgrel=1
|
||||
pkgdesc="U-Boot Tools"
|
||||
arch=('arm' 'armv6h' 'armv7h')
|
||||
arch=('arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
license=('GPL' 'LGPL')
|
||||
provides=('uboot-env' 'uboot-mkimage')
|
||||
replaces=('uboot-env' 'uboot-mkimage')
|
||||
backup=(etc/fw_env.config)
|
||||
source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2
|
||||
fw_env.config)
|
||||
md5sums=('3dac9a0b46fed77fc768ad3bd2d68c05'
|
||||
md5sums=('7c203b0fc3390a122d8e8b75f147eac5'
|
||||
'5a9dcbae5957f8621080d4bbc0e1520f')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue