linux-firmware: update to 20150927.
This commit is contained in:
parent
1f2147f240
commit
a7d8dfd52f
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'linux-firmware'
|
||||
pkgname=linux-firmware
|
||||
version=20150904
|
||||
revision=2
|
||||
version=20150927
|
||||
revision=1
|
||||
noarch=yes
|
||||
short_desc="Binary firmware blobs for the Linux kernel"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -11,7 +11,7 @@ hostmakedepends="git"
|
|||
depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
|
||||
|
||||
do_fetch() {
|
||||
local _githash="6ebf5d57d9f6d0cf05558baef1af2b90a3fe98ed"
|
||||
local _githash="f88e5c2e2ff57026ce8028ba4dde8e7325f251a4"
|
||||
local _url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
|
||||
git clone ${_url} ${wrksrc}
|
||||
cd ${wrksrc}
|
||||
|
|
Loading…
Reference in a new issue