diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2017-06-04 14:43:09 -0500 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2017-06-04 14:46:39 -0500 |
commit | 8cc36f0455114d86f8255d4913215459ae195643 (patch) | |
tree | 23c1b815d0ec3bf068b2e178ea64096e7edacd49 /libre-testing/uboot4extlinux-chiliboard/PKGBUILD | |
parent | 999f405d25a323ecb7c91d03ce56b7de5b79838a (diff) | |
download | abslibre-8cc36f0455114d86f8255d4913215459ae195643.tar.gz abslibre-8cc36f0455114d86f8255d4913215459ae195643.tar.bz2 abslibre-8cc36f0455114d86f8255d4913215459ae195643.zip |
uboot4extlinux-*: track current kernel images, pkgrel bump
Diffstat (limited to 'libre-testing/uboot4extlinux-chiliboard/PKGBUILD')
-rw-r--r-- | libre-testing/uboot4extlinux-chiliboard/PKGBUILD | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libre-testing/uboot4extlinux-chiliboard/PKGBUILD b/libre-testing/uboot4extlinux-chiliboard/PKGBUILD index fcf458ffd..c05ed95eb 100644 --- a/libre-testing/uboot4extlinux-chiliboard/PKGBUILD +++ b/libre-testing/uboot4extlinux-chiliboard/PKGBUILD @@ -5,7 +5,7 @@ buildarch=4 pkgname=uboot4extlinux-chiliboard pkgver=2014.07 -pkgrel=2 +pkgrel=3 pkgdesc="U-Boot with Extlinux support for ChiliBoard" arch=('armv7h') url="http://git.denx.de/u-boot.git/" @@ -23,15 +23,15 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" '0006-parabola-arm-modifications.patch' 'extlinux.conf' 'uEnv.txt') -md5sums=('36d4bad687edcafa396fee607e505d4e' - 'e070e8b5cf8628b6440dfc9dbd87cb65' - '318310de19110167fe15ceac3ae32f7d' - '1792346431786e1442c4059cd3f288ed' - '2a32a77f123391c02935754ced2743c2' - '5951c799b35c526f02edbcb3eb1295fc' - '35147d090738dd0c8104a565de0f404e' - '2a20e20b446f8f28cac3c7a092b0d09f' - '0afad1f6f3f8609db6e1f5bb322b2a1a') +sha256sums=('b4f83b8db325c21671a997198ec3a373e2e00dde2fcf17be9b9afd7cfd727f56' + '993ec4c20d8e25e8c882282b82b6f9cb27111855e5f5c7fb6eda8218b470278e' + '91b2711f36fbe1bae5d02b3a1eec81383ffd50a4b71426b82920cfd70af40237' + '0bb7ddee0b33ba7ca830f09b6aaacc945c7a662749a19b128eb1cab71f5b100a' + '2795b55f0ef03aef6c05fd074ab9839d0f89fdc5a3c99dd849eb74cd09e59045' + 'af804b3dd8167c61c79dfc831d34558cf8ce981dfea3df9da7f98acaee2a0edf' + '1fca49c07c65708a1b167560c73af12d59d7e5da92794f47ecf2a27d4f765793' + 'e96d167d99967ebefde8d02b27b4564e46409cc0c8738d5de72f431a2e438cf8' + '7882bc2f75089c83c0c3b0a22bfb5a10d3700545e600f616910bd6cdecc79237') prepare() { cd u-boot-${pkgver} |