linux-firmware: update to 20160402.
This commit is contained in:
parent
17ce46e1ab
commit
1f5a8c55ae
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'linux-firmware'
|
# Template file for 'linux-firmware'
|
||||||
pkgname=linux-firmware
|
pkgname=linux-firmware
|
||||||
version=20160322
|
version=20160402
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc="Binary firmware blobs for the Linux kernel"
|
short_desc="Binary firmware blobs for the Linux kernel"
|
||||||
|
@ -11,7 +11,7 @@ hostmakedepends="git"
|
||||||
depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
|
depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local _githash=5f8ca0c1db6106a2d6d7e85eee778917ff03c3de
|
local _githash=4a82017de7bee576cf5c29d0f339d67c720c2983
|
||||||
local _url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
|
local _url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
|
||||||
git clone ${_url} ${wrksrc}
|
git clone ${_url} ${wrksrc}
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
|
|
Loading…
Reference in a new issue