linux-firmware: update to 20160111.

This commit is contained in:
Juan RP 2016-01-11 09:21:43 +01:00
parent dab526345d
commit 0d9c5b868f

View file

@ -1,6 +1,6 @@
# Template file for 'linux-firmware'
pkgname=linux-firmware
version=20151122
version=20160111
revision=1
noarch=yes
short_desc="Binary firmware blobs for the Linux kernel"
@ -11,7 +11,7 @@ hostmakedepends="git"
depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
do_fetch() {
local _githash="bb818e53175cce9967cdfd8d8155c438e7ba099f"
local _githash=73b07a93ed6c0cdb2f96dae8387b04cbb7b75643
local _url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
git clone ${_url} ${wrksrc}
cd ${wrksrc}