linux-firmware: update to 20160623.

This commit is contained in:
Juan RP 2016-06-23 08:05:53 +02:00
parent 886f82c604
commit 8ee7576f2c

View file

@ -1,6 +1,6 @@
# Template file for 'linux-firmware'
pkgname=linux-firmware
version=20160516
version=20160623
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=8afadbe553017bec1e442b5a9fba859b54fd33fb
local _githash=dca884016afa9f954baa69e3e28b8f2aab3b6921
local _url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
git clone ${_url} ${wrksrc}
cd ${wrksrc}