diff options
author | Dan Johansen <strit@manjaro.org> | 2020-07-22 11:30:40 +0200 |
---|---|---|
committer | Dan Johansen <strit@manjaro.org> | 2020-07-22 11:30:40 +0200 |
commit | e449fab059bdd3834cd9971d2ba4294501ed9382 (patch) | |
tree | 49b144ad2fe19c08de8e6105fe7c83b964fef571 /PKGBUILD | |
parent | 57e9a4c5599e47d0681a9602142fe081abfcef02 (diff) | |
download | uboot-pinebook-e449fab059bdd3834cd9971d2ba4294501ed9382.tar.gz uboot-pinebook-e449fab059bdd3834cd9971d2ba4294501ed9382.tar.bz2 uboot-pinebook-e449fab059bdd3834cd9971d2ba4294501ed9382.zip |
update to 2020.07
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ # Contributor: Kevin Mihelich <kevin@archlinuxarm.org> pkgname=uboot-pinebook -pkgver=2020.04 +pkgver=2020.07 pkgrel=1 _tfaver=2.3 pkgdesc="U-Boot for Pine64" @@ -16,9 +16,9 @@ install=${pkgname}.install source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2" "https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/trusted-firmware-a-$_tfaver.tar.gz" 'extlinux.conf') -md5sums=('51113d2288c55110e33a895c65ab9f60' +md5sums=('86e51eeccd15e658ad1df943a0edf622' '628a32a3c3b3f0c567d1ea6ee5582807' - '96aebf8a7cca044bb2c765ba8812299b') + '7e6fbff584c11762048d9aecdc50b075') build() { unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS |