diff options
Diffstat (limited to 'libre-testing/uboot4extlinux-wandboard/PKGBUILD')
-rw-r--r-- | libre-testing/uboot4extlinux-wandboard/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre-testing/uboot4extlinux-wandboard/PKGBUILD b/libre-testing/uboot4extlinux-wandboard/PKGBUILD index 10bc46e41..78d5d8b99 100644 --- a/libre-testing/uboot4extlinux-wandboard/PKGBUILD +++ b/libre-testing/uboot4extlinux-wandboard/PKGBUILD @@ -5,7 +5,7 @@ buildarch=4 pkgname=uboot4extlinux-wandboard pkgver=2015.10 -pkgrel=3 +pkgrel=4 pkgdesc="U-Boot with Extlinux support for Wandboard" arch=('armv7h') url="http://git.denx.de/u-boot.git/" @@ -16,9 +16,9 @@ install=${pkgname}.install source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" '0001-parabola-arm-modifications.patch' 'extlinux.conf') -md5sums=('7c203b0fc3390a122d8e8b75f147eac5' - 'b456e16c44508868ce6d265da625d768' - '04b6e4710381e8b43848987f6a9882d4') +sha256sums=('bdc68d5f9455ad933b059c735d983f2c8b6b552dafb062e5ff1444f623021955' + 'a49c942b3cd676ce3550d0f2cdb80086b5df0f74c669b11ba2420ebfc878dc8c' + 'e96d167d99967ebefde8d02b27b4564e46409cc0c8738d5de72f431a2e438cf8') prepare() { cd u-boot-${pkgver} |