mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rpi-kernel: update to 6.6.42.
This commit is contained in:
parent
fc86131c9f
commit
6329590936
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@
|
||||||
#
|
#
|
||||||
# Upstream documentation: https://www.raspberrypi.com/documentation/computers/linux_kernel.html
|
# Upstream documentation: https://www.raspberrypi.com/documentation/computers/linux_kernel.html
|
||||||
pkgname=rpi-kernel
|
pkgname=rpi-kernel
|
||||||
version=6.6.35
|
version=6.6.42
|
||||||
revision=1
|
revision=1
|
||||||
_githash=d2813c02131b9ddf938277f4123da7ccbd113ea7
|
_githash=bfbd468e81defa70d4356a1a3e467cc5d67ca89b
|
||||||
archs="armv6l* armv7l* aarch64*"
|
archs="aarch64* armv6l* armv7l*"
|
||||||
build_wrksrc="build-rpi"
|
build_wrksrc="build-rpi"
|
||||||
hostmakedepends="perl kmod uboot-mkimage openssl-devel bc bison flex xz"
|
hostmakedepends="perl kmod uboot-mkimage openssl-devel bc bison flex xz"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
|
@ -24,7 +24,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
|
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
|
||||||
checksum=a443bcb9f4548db18b8774e448ed4ed811abc26b32cf017e0ae691abc2789db9
|
checksum=cc626cbd0306adcb881892e32a5cbe31b02f58f5f95535f549860d1f5751418a
|
||||||
python_version=3
|
python_version=3
|
||||||
provides="rpi-kernel-${version}_${revision}"
|
provides="rpi-kernel-${version}_${revision}"
|
||||||
replaces="rpi5-kernel>=0"
|
replaces="rpi5-kernel>=0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue