rpi-kernel: update to 4.9.72

Closes: #10272 [via git-merge-pr]
This commit is contained in:
Peter Bui 2017-12-29 14:04:47 -05:00 committed by Jürgen Buchmüller
parent a7cf7cbf4a
commit 4c0377e145

View file

@ -1,10 +1,10 @@
# Template file for 'rpi-kernel' # Template file for 'rpi-kernel'
# #
_githash="a5de96867a1d9a5087129ac61608446919a922ac" _githash="094cde88f9b062f2e34e6bd6333af15978c29506"
_gitshort="${_githash:0:7}" _gitshort="${_githash:0:7}"
pkgname=rpi-kernel pkgname=rpi-kernel
version=4.9.70 version=4.9.72
revision=1 revision=1
wrksrc="linux-${_githash}" wrksrc="linux-${_githash}"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -12,7 +12,7 @@ homepage="http://www.kernel.org"
license="GPL-2" license="GPL-2"
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=94d6eb6a62ca6f70b9731c7c555f4660469aa6b2d1dfd171d54f12cd779c788b checksum=2a5129e585ea1f50b1c1e0e14cf3cde56fd76c0f4496c2878b54539f69113c6a
_kernver="${version}_${revision}" _kernver="${version}_${revision}"