linux-firmware: update to 20150726.
This commit is contained in:
parent
8d698f30b7
commit
fe2a47f601
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'linux-firmware'
|
||||
pkgname=linux-firmware
|
||||
version=20150511
|
||||
version=20150726
|
||||
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="8e181320b11de5010"
|
||||
local _githash="75cc3ef8ba6712fd"
|
||||
local _url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
|
||||
git clone ${_url} ${wrksrc}
|
||||
cd ${wrksrc}
|
||||
|
|
Loading…
Reference in New Issue