rpi-kernel: update to 4.19.86.
[ci skip]
This commit is contained in:
parent
f36d99859f
commit
e38629af49
1 changed files with 3 additions and 3 deletions
|
@ -5,11 +5,11 @@
|
||||||
#
|
#
|
||||||
# https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=224931
|
# https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=224931
|
||||||
|
|
||||||
_githash="886bda7dfd4279fa9eef4345434ca83a347908bc"
|
_githash="c078c64fecb325ee86da705b91ed286c90aae3f6"
|
||||||
_gitshort="${_githash:0:7}"
|
_gitshort="${_githash:0:7}"
|
||||||
|
|
||||||
pkgname=rpi-kernel
|
pkgname=rpi-kernel
|
||||||
version=4.19.84
|
version=4.19.86
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="linux-${_githash}"
|
wrksrc="linux-${_githash}"
|
||||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
|
@ -17,7 +17,7 @@ homepage="http://www.kernel.org"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
|
short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
|
||||||
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
|
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
|
||||||
checksum=56cbc2901edef5e0b158daee5f13335de300f88c917f3e8a4dc1ef294ce256bf
|
checksum=debde96b598e3253e0961db5673178691314781f62aca61e2d2d7cda5e089258
|
||||||
|
|
||||||
_kernver="${version}_${revision}"
|
_kernver="${version}_${revision}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue