rpi-kernel: update to 5.10.110.

This commit is contained in:
Duncaen 2022-08-03 18:47:07 +02:00
parent 5c69a5b2b8
commit d749dece95
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 3 additions and 3 deletions

View File

@ -12,11 +12,11 @@
#
# WARNING: keep all rpi*-kernel packages in sync
_githash="650082a559a570d6c9d2739ecc62843d6f951059"
_githash="82c6f8643398e222099066bfffb2070772f0696f"
_gitshort="${_githash:0:7}"
pkgname=rpi-kernel
version=5.10.92
version=5.10.110
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=ae8b1635a33316ef9b85a4f0ce77d0032c74fbe2ef127755b17cd34d265c48d8
checksum=f3ee7782c90ecb3e468e89602248a1de45b466d5d4c1af4748f7ca088c0fcab3
python_version=3
_kernver="${version}_${revision}"