rpi-kernel: update to 4.4.45.

This commit is contained in:
Duncaen 2017-01-28 16:58:25 +01:00
parent 7fa0b1e903
commit bd035b9584

View file

@ -1,10 +1,10 @@
# Template file for 'rpi-kernel' # Template file for 'rpi-kernel'
# #
_githash="7f294419f03a32c773f5236119cd0da7237694cd" _githash="25aa8634418934f094e13ac75c902416194d1dbd"
_gitshort="${_githash:0:7}" _gitshort="${_githash:0:7}"
pkgname=rpi-kernel pkgname=rpi-kernel
version=4.4.43 version=4.4.45
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=17cbd3b3cea48169305cb23a02ff9f2974350fe8daff72377f72e126d641f6e6 checksum=556a2c4283a070675cd45fe406377f44d573dd544e9309345d776d1472384942
_kernver="${version}_${revision}" _kernver="${version}_${revision}"