rpi-kernel: update to 4.9.51

This commit is contained in:
Peter Bui 2017-09-23 09:47:48 -04:00
parent 56832f0c1a
commit 0712df6a6a
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'rpi-kernel' # Template file for 'rpi-kernel'
# #
_githash="12bafdab8214b23223603b75845c5c88f7444b6f" _githash="31f8c0c3f269675085e1271c9d3f76c42e672594"
_gitshort="${_githash:0:7}" _gitshort="${_githash:0:7}"
pkgname=rpi-kernel pkgname=rpi-kernel
version=4.9.50 version=4.9.51
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=71233a1b854a10eaeadd0313edc16646013121f5166bb8c5103128eabb451017 checksum=5e93e7941c88c3f935898930dcfd546a7b2a7113dc53ec1835b8c8540b6e8fa5
_kernver="${version}_${revision}" _kernver="${version}_${revision}"