diff options
Diffstat (limited to 'community/uboot-tools/APKBUILD')
-rw-r--r-- | community/uboot-tools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/uboot-tools/APKBUILD b/community/uboot-tools/APKBUILD index d6f82dc1c7..a14e9315f0 100644 --- a/community/uboot-tools/APKBUILD +++ b/community/uboot-tools/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Fathi Boudra <fathi.boudra@linaro.org> pkgname=uboot-tools -pkgver=2019.04 +pkgver=2019.07 pkgrel=0 pkgdesc="U-Boot bootloader utility tools" url="https://www.denx.de/wiki/U-Boot/WebHome" @@ -32,4 +32,4 @@ package() { ln -sf fw_printenv fw_setenv } -sha512sums="357fe94b5b043885472ea1b7dcbbac601d0c1f7c64f71026b9e1279b53160847c6478d6ec98a2f678e562db21e39037d6e6fbc1e6b19beaac02ca14e93c5de0e u-boot-2019.04.tar.bz2" +sha512sums="879abf0c8773bfcdcbe7f28fc68e2b4369bcb74e276d95d510a9b2d1707e63eb01d82e304ba5a6a570552bc18bc593f27ba9b518bafa1d8f8e5bc83cf107c023 u-boot-2019.07.tar.bz2" |