rpi-kernel: update to 4.1.8.

This commit is contained in:
Juan RP 2015-09-27 11:39:56 +02:00
parent a7d8dfd52f
commit 7cd07499cf
1 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'rpi-kernel' # Template file for 'rpi-kernel'
# #
_githash="59e76bb7e2936acd74938bb385f0884e34b91d72" _githash="d2b2388d05d8a97b0ba14fcf2b71f19f66bc4d02"
_gitshort="${_githash:0:7}" _gitshort="${_githash:0:7}"
pkgname=rpi-kernel pkgname=rpi-kernel
version=4.1.7 version=4.1.8
revision=2 revision=1
wrksrc="linux-${_githash}" wrksrc="linux-${_githash}"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.kernel.org" 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=2c5ad5434e99d6a6a038ef9334b6077c31b82cd33e8601ea05f42b67df8e030a checksum=9f44106ad1b7d9c3b9a37993d137f70b7b6e51509da220cda776b66596bb19e4
_kernver="${version}_${revision}" _kernver="${version}_${revision}"