diff options
author | Milan P. Stanić <mps@arvanta.net> | 2020-07-08 11:27:06 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-07-21 19:38:39 +0000 |
commit | a8ecd249d242d4c4d177a971e5a3bcece14427bc (patch) | |
tree | 660178d14afc46566fb24362e2ebaa1e83c1206a /main/u-boot | |
parent | 8a75a5d5af23484a5bd5fd1217dd458c7705680b (diff) | |
download | aports-a8ecd249d242d4c4d177a971e5a3bcece14427bc.zip |
main/u-boot: upgrade to 2020.07
Diffstat (limited to 'main/u-boot')
-rw-r--r-- | main/u-boot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/u-boot/APKBUILD b/main/u-boot/APKBUILD index e61b1e4fedc..956548ea237 100644 --- a/main/u-boot/APKBUILD +++ b/main/u-boot/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Timo Teras <timo.teras@iki.fi> # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=u-boot -pkgver=2020.04 +pkgver=2020.07 pkgrel=0 pkgdesc="u-boot bootloader common files" url="http://www.denx.de/wiki/U-Boot/" @@ -118,6 +118,6 @@ for board_config in $board_configs; do eval "${_board}() { _split_boards $_board ${_configs//,/ }; }" done -sha512sums="e04fe54883149123730605b084324ac0d1d72ce6913467bbe587a5a2675bcf7bb393405d9a446dc0c64ba42abc1e862ae5a132e9e51aa7390e2e9fce045af8d8 u-boot-2020.04.tar.bz2 +sha512sums="df91264fe8a42e676c3f2aa09d644c6a3035cc8169bf52a8ab95efe7e542cfc758a0ef150949b0d9f03c7dec7d95f8d20a2efe2dbb60c2ef1a61c8063770478d u-boot-2020.07.tar.bz2 f8c9bb6e84d6f0620c976ac7ad5dd7ec7ff9dfdd4b1d03d2bf6653e7beccf80bdf2debfc92fb1f696dba92fb40287d3c45897e0078951451d0835cb61a5f16d1 README.txt b3b4fb70c4eea2034bae45c513bca7b738be7507b46d3f2d62b31c794cd238d492acf960c95078cb1c945520debd5d2762103df7cef0fc36acfe9ff9a94549fc update-u-boot" |