rpi3-kernel: update to 5.10.92.

This commit is contained in:
Jami Kettunen 2022-01-09 15:35:35 +02:00 committed by Leah Neukirchen
parent 24b9cd7170
commit d188d741dd

View file

@ -1,11 +1,11 @@
# Template file for 'rpi3-kernel'
# See rpi-kernel for version policy
_githash="86729e78125d4f3d203457940feee8bc97b11f6c"
_githash="650082a559a570d6c9d2739ecc62843d6f951059"
_gitshort="${_githash:0:7}"
pkgname=rpi3-kernel
version=5.10.52
version=5.10.92
revision=1
archs="aarch64*"
wrksrc="linux-${_githash}"
@ -14,9 +14,9 @@ makedepends="ncurses-devel"
maintainer="Piraty <piraty1@inbox.ru>"
homepage="http://www.kernel.org"
license="GPL-2.0-only"
short_desc="Linux kernel for Raspberry Pi 3 (${version%.*} series [git ${_gitshort}])"
short_desc="Linux kernel for Raspberry Pi 3 / Zero 2 (${version%.*} series [git ${_gitshort}])"
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
checksum=a25a7dfce4c2ca5bdca39ddab5e43539d9b04900b0dbefe19f4f9b053e59968c
checksum=ae8b1635a33316ef9b85a4f0ce77d0032c74fbe2ef127755b17cd34d265c48d8
python_version=3
_kernver="${version}_${revision}"