aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2019-02-23 12:23:45 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-03-07 16:16:01 +0000
commitc7d6779d0b6b52582ac4fa2ae786d63f58e7c290 (patch)
treeb1d84ad1c88c1b2b8c7d488f35b65ad3d38c183b /testing
parent235aa102676045acb542efac2f1e428187aec93c (diff)
downloadaports-c7d6779d0b6b52582ac4fa2ae786d63f58e7c290.tar.bz2
aports-c7d6779d0b6b52582ac4fa2ae786d63f58e7c290.tar.xz
testing/uboot-tools: upgrade to v2019.01
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'testing')
-rw-r--r--testing/uboot-tools/APKBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/testing/uboot-tools/APKBUILD b/testing/uboot-tools/APKBUILD
index 0eda6efa23..188310feec 100644
--- a/testing/uboot-tools/APKBUILD
+++ b/testing/uboot-tools/APKBUILD
@@ -1,18 +1,15 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer:
+# Maintainer: Fathi Boudra <fathi.boudra@linaro.org>
pkgname=uboot-tools
-pkgver=2018.09
+pkgver=2019.01
pkgrel=0
pkgdesc="U-Boot bootloader utility tools"
url="https://www.denx.de/wiki/U-Boot/WebHome"
arch="all"
license="GPL"
-depends=""
-depends_dev=""
makedepends="$depends_dev bison flex openssl-dev linux-headers sdl-dev"
-install=""
-subpackages=""
-source="ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2"
+options="!check" # No test suite
+source="http://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2"
builddir="$srcdir/u-boot-$pkgver"
build() {
@@ -35,4 +32,4 @@ package() {
ln -sf fw_printenv fw_setenv
}
-sha512sums="48cb60a53450e2820eda706917b61dae053677fecfe177e0d07968313d25c7e9d5ab2d7cc5625b54e4c823f5c8852f88387b94f404e307e737aaa5a2c887ad4a u-boot-2018.09.tar.bz2"
+sha512sums="d9699cd22afe9bc747d64208068c2cf8a2c3143d161ede24536f6fd6adfd6b81e28920589722639e2e48fcf34e8dbde3ead7f691f14cbcc38cd75694d14d719b u-boot-2019.01.tar.bz2"