* update linux-firmware to 20240909.552ed9b8-1
This commit is contained in:
parent
f68fd58948
commit
f7a1e147f5
@ -1,19 +1,20 @@
|
|||||||
pkgbase = linux-firmware
|
pkgbase = linux-firmware
|
||||||
pkgdesc = Firmware files for Linux
|
pkgdesc = Firmware files for Linux
|
||||||
pkgver = 20240703.e94a2a3b
|
pkgver = 20240909.552ed9b8
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://gitlab.com/kernel-firmware/linux-firmware
|
url = https://gitlab.com/kernel-firmware/linux-firmware
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL2
|
license = GPL-2.0-only
|
||||||
license = GPL3
|
license = GPL-2.0-or-later
|
||||||
|
license = GPL-3.0-only
|
||||||
license = custom
|
license = custom
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = rdfind
|
makedepends = rdfind
|
||||||
options = !strip
|
options = !strip
|
||||||
options = !debug
|
options = !debug
|
||||||
source = git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20240709
|
source = git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20240909
|
||||||
validpgpkeys = 4CDE8575E547BF835FE15807A31B6BD72486CFD6
|
validpgpkeys = 4CDE8575E547BF835FE15807A31B6BD72486CFD6
|
||||||
sha256sums = 5504403f513abdcee95756a15fb5a1ac13231e50c0dcadeeff54d5fcc0d330f5
|
b2sums = 1578c2a2fc4696a21d463f03745dc5bf2fe1266001e3ceac698f52c4b891c1d045c788c6ac57555182f8cf78b6dd973e84fed34884092dc36850c63643d067f9
|
||||||
|
|
||||||
pkgname = linux-firmware-whence
|
pkgname = linux-firmware-whence
|
||||||
pkgdesc = Firmware files for Linux - contains the WHENCE license file which documents the vendor license details
|
pkgdesc = Firmware files for Linux - contains the WHENCE license file which documents the vendor license details
|
||||||
|
@ -6,17 +6,28 @@ pkgbase=linux-firmware
|
|||||||
pkgname=(linux-firmware-whence linux-firmware amd-ucode
|
pkgname=(linux-firmware-whence linux-firmware amd-ucode
|
||||||
linux-firmware-{nfp,mellanox,marvell,qcom,liquidio,qlogic,bnx2x}
|
linux-firmware-{nfp,mellanox,marvell,qcom,liquidio,qlogic,bnx2x}
|
||||||
)
|
)
|
||||||
_tag=20240709
|
_tag=20240909
|
||||||
pkgver=20240703.e94a2a3b
|
pkgver=20240909.552ed9b8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Firmware files for Linux"
|
pkgdesc="Firmware files for Linux"
|
||||||
url="https://gitlab.com/kernel-firmware/linux-firmware"
|
url="https://gitlab.com/kernel-firmware/linux-firmware"
|
||||||
license=('GPL2' 'GPL3' 'custom')
|
license=(
|
||||||
|
GPL-2.0-only
|
||||||
|
GPL-2.0-or-later
|
||||||
|
GPL-3.0-only
|
||||||
|
custom
|
||||||
|
)
|
||||||
arch=(any)
|
arch=(any)
|
||||||
makedepends=('git' 'rdfind')
|
makedepends=(
|
||||||
options=(!strip !debug)
|
git
|
||||||
|
rdfind
|
||||||
|
)
|
||||||
|
options=(
|
||||||
|
!strip
|
||||||
|
!debug
|
||||||
|
)
|
||||||
source=("git+$url.git?signed#tag=${_tag}")
|
source=("git+$url.git?signed#tag=${_tag}")
|
||||||
sha256sums=('5504403f513abdcee95756a15fb5a1ac13231e50c0dcadeeff54d5fcc0d330f5')
|
b2sums=('1578c2a2fc4696a21d463f03745dc5bf2fe1266001e3ceac698f52c4b891c1d045c788c6ac57555182f8cf78b6dd973e84fed34884092dc36850c63643d067f9')
|
||||||
validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer <jwboyer@fedoraproject.org>
|
validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer <jwboyer@fedoraproject.org>
|
||||||
|
|
||||||
_backports=(
|
_backports=(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user