rpi2-kernel: update to 5.10.110.

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

View File

@ -1,11 +1,11 @@
# Template file for 'rpi2-kernel'
# See rpi-kernel for version policy
_githash="650082a559a570d6c9d2739ecc62843d6f951059"
_githash="82c6f8643398e222099066bfffb2070772f0696f"
_gitshort="${_githash:0:7}"
pkgname=rpi2-kernel
version=5.10.92
version=5.10.110
revision=1
archs="armv7l*"
wrksrc="linux-${_githash}"
@ -16,7 +16,7 @@ homepage="http://www.kernel.org"
license="GPL-2.0-only"
short_desc="Linux kernel for Raspberry Pi 2 (${version%.*} series [git ${_gitshort}])"
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
checksum=ae8b1635a33316ef9b85a4f0ce77d0032c74fbe2ef127755b17cd34d265c48d8
checksum=f3ee7782c90ecb3e468e89602248a1de45b466d5d4c1af4748f7ca088c0fcab3
python_version=3
_kernver="${version}_${revision}"