diff options
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 |