mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
parent
4760aacc8a
commit
2e1d808141
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
# Contributor: Julian Langschaedel <meta.rb@gmail.com>
|
||||
|
||||
pkgname=uboot-tools
|
||||
pkgver=2020.04
|
||||
pkgver=2021.01
|
||||
pkgrel=1
|
||||
pkgdesc="U-Boot Tools"
|
||||
arch=('arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
|
@ -11,9 +11,9 @@ 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
|
||||
source=(https://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2
|
||||
fw_env.config)
|
||||
md5sums=('51113d2288c55110e33a895c65ab9f60'
|
||||
md5sums=('a3206df1c1b97df7a4ddcdd17cb97d0c'
|
||||
'5a9dcbae5957f8621080d4bbc0e1520f')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue