rpi-kernel: update to 4.1.13.

This commit is contained in:
Juan RP 2015-11-14 08:22:25 +01:00
parent 3f84674f76
commit 6c8c18de53
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="3782f2ad42c08f4d32f64138f8be7341afc380f5" _githash="bc1669c846b629cface0aaa367afb2b9c6226faf"
_gitshort="${_githash:0:7}" _gitshort="${_githash:0:7}"
pkgname=rpi-kernel pkgname=rpi-kernel
version=4.1.12 version=4.1.13
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=30a6fae835d9c13d35ef5d3f8d69368b38ac5fe7bf7e299e38bc7abf3396f70a checksum=b9cb323b9672d6bf5a751109958aa6da7d675d62386d2730bb7ab730e29e965a
_kernver="${version}_${revision}" _kernver="${version}_${revision}"