rpi-kernel: update to 4.1.21.

This commit is contained in:
Juan RP 2016-04-07 08:23:56 +02:00
parent 4f14fd2c07
commit 99ed5ac2d6

View file

@ -1,10 +1,10 @@
# Template file for 'rpi-kernel' # Template file for 'rpi-kernel'
# #
_githash="00a5af4f010393235d9f3ebe02fa1ce3d6168e9b" _githash="698134278274540606b37c491dae94b44c6dcea4"
_gitshort="${_githash:0:7}" _gitshort="${_githash:0:7}"
pkgname=rpi-kernel pkgname=rpi-kernel
version=4.1.20 version=4.1.21
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=6ab259def3414efc62da5db89d8dd0a76643fbdb6d627b131a90fc762f532195 checksum=d145a9e4e6eaacb33a0974b8918e9fba95880dbfb54d1bae26c43c12d8eb98d4
_kernver="${version}_${revision}" _kernver="${version}_${revision}"