diff --git a/srcpkgs/rpi-kernel/template b/srcpkgs/rpi-kernel/template index 81a8c484d0..9b38bc53a3 100644 --- a/srcpkgs/rpi-kernel/template +++ b/srcpkgs/rpi-kernel/template @@ -8,15 +8,15 @@ # Commit hash is picked from latest tag [1], if appropriate, or from latest # "Merge remote-tracking branch 'stable/linux-5.10.y' into rpi-5.10.y" commit. # -# [1] https://github.com/raspberrypi/linux/releases +# [1] https://github.com/raspberrypi/linux/tags # # WARNING: keep all rpi*-kernel packages in sync -_githash="86729e78125d4f3d203457940feee8bc97b11f6c" +_githash="650082a559a570d6c9d2739ecc62843d6f951059" _gitshort="${_githash:0:7}" pkgname=rpi-kernel -version=5.10.52 +version=5.10.92 revision=1 archs="armv6l*" wrksrc="linux-${_githash}" @@ -27,7 +27,7 @@ homepage="http://www.kernel.org" license="GPL-2.0-only" short_desc="Linux kernel for Raspberry Pi zero/1 (${version%.*} series [git ${_gitshort}])" distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz" -checksum=a25a7dfce4c2ca5bdca39ddab5e43539d9b04900b0dbefe19f4f9b053e59968c +checksum=ae8b1635a33316ef9b85a4f0ce77d0032c74fbe2ef127755b17cd34d265c48d8 python_version=3 _kernver="${version}_${revision}"