rpi-kernel: update to upstream git commit a2ac0d1efb6e (4.0.5).

This commit is contained in:
Juan RP 2015-06-22 17:18:48 +02:00
parent 0a954d47a2
commit b2164798d9
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="701c3608988ff7f950d45ed233cc906fbef28b21" _githash="a2ac0d1efb6edb99b0a65f5e656ccdc6ef202eba"
_gitshort="${_githash:0:7}" _gitshort="${_githash:0:7}"
pkgname=rpi-kernel pkgname=rpi-kernel
version=3.18.16 version=4.0.5
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=9c740ed620dd6893bfe8f242cae5001680bd58dc3933003a51127bec5c681fd6 checksum=57bf72e526af54eb8d6df1368933c51d63a639df6df073e43ed32ab92ad462cc
_kernver="${version}_${revision}" _kernver="${version}_${revision}"