rpi-kernel: update to upstream git commit a1baeb2 (3.10.33).

This commit is contained in:
Juan RP 2014-03-11 08:32:50 +01:00
parent c2bf9c1ee0
commit 0ff6d7668e
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'rpi-kernel'
#
# Latest commit as of 20140226
_githash="4f27bd0d364ba6cb15a924c072300c18f28d7572"
# Latest commit as of 20140311
_githash="a1baeb25b631e0c9ff696368d40da07dd0cf3fa4"
_gitshort="${_githash:0:7}"
pkgname=rpi-kernel
version=3.10.32
version=3.10.33
revision=1
wrksrc="linux-${_githash}"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -13,7 +13,7 @@ homepage="http://www.kernel.org"
license="GPL-2"
short_desc="The Linux kernel and modules for the Raspberry Pi (${version%.*} series [git ${_gitshort}])"
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
checksum=366f615786f8fabf5bf25d3622da8057b6b3358798a5a2f0831c0bdad4909544
checksum=f9ecf2323a8edc13126570738be9c767e1aa9dfda7b5197640e76fc8831fe4ac
_kernver="${version}_${revision}"