diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-03-18 11:41:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-03-18 11:41:30 +0000 |
commit | 33d31425e576872efa8a7456244ce4a15b84f98a (patch) | |
tree | f8ba2a06e1e292b87358ed632d8c8c07e62f33b5 /main/linux-rpi/APKBUILD | |
parent | bfb63e369c758b0112573ea63e0a317f09e681df (diff) | |
download | aports-33d31425e576872efa8a7456244ce4a15b84f98a.tar.bz2 aports-33d31425e576872efa8a7456244ce4a15b84f98a.tar.xz |
main/linux-rpi: upgrade to 5.4.26
Diffstat (limited to 'main/linux-rpi/APKBUILD')
-rw-r--r-- | main/linux-rpi/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/linux-rpi/APKBUILD b/main/linux-rpi/APKBUILD index e5b20847dc..a69be3c616 100644 --- a/main/linux-rpi/APKBUILD +++ b/main/linux-rpi/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=linux-rpi -pkgver=5.4.25 +pkgver=5.4.26 case $pkgver in *.*.*) _kernver=${pkgver%.*};; *.*) _kernver=${pkgver};; esac -pkgrel=1 +pkgrel=0 pkgdesc="Linux kernel with Raspberry Pi patches" url=https://github.com/raspberrypi/linux depends="mkinitfs" @@ -19,7 +19,7 @@ _rpi_repo="git://github.com/raspberrypi/linux.git" _linux_repo="git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git" source="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-$_kernver.tar.xz https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$pkgver.xz - https://dev.alpinelinux.org/archive/rpi-patches/rpi-$pkgver-alpine2.patch + https://dev.alpinelinux.org/archive/rpi-patches/rpi-$pkgver-alpine.patch issue-4973.patch @@ -303,8 +303,8 @@ _dev() { } sha512sums="9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f linux-5.4.tar.xz -ba887634350a2fde67283241356c5f6fee1fd076b58051aa4df88da8bc60645e40b8b73dba3401415770a80f58d59546fc96b8b816b61da70177a3ef92c1bafa patch-5.4.25.xz -4bc43d91949e563f65432fa86113f34c0740517779c7feaafb3ac7cd20e285215363bd934b043487e6f613b074ebbe7afc089c2288ecc66b7456e1b984b32cea rpi-5.4.25-alpine2.patch +8344566b41ba7836739095a07452209caf16ebcbdb614814530295649d99358d51907166d35f68480547e5a769fe68fabbf316623e3e63f2930d6bf6ad3f749c patch-5.4.26.xz +fc21be35a1260e97abbd52a50e4be6a1f0974cf7acdb45cc9657e482158bc5bc7da700802eb6ef002e9cfb2899c24048e727d7977477ec3ce0a550f04ac3ae05 rpi-5.4.26-alpine.patch 501c91bf2538a18102da59bbccc3097f9c3c90079acc0e946ff075074160c09b8a66934e5ce5470e170f0e4f93d114709a95230367426d0bb7ea02c4bdf4cc9b issue-4973.patch bf827937d72085dcd886b8efdf0c930f825dd0778e1baccc535a78475f855a8d457b13647840e8d6e6d81035b856d9e747bb42b6d56ae4e53b73ed3212fc2f4d config-changes-rpi.armhf bf827937d72085dcd886b8efdf0c930f825dd0778e1baccc535a78475f855a8d457b13647840e8d6e6d81035b856d9e747bb42b6d56ae4e53b73ed3212fc2f4d config-changes-rpi.armv7 |