mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-firmware to 20240510.b9d2bf23-1
This commit is contained in:
parent
3ed028c2f2
commit
5068ff3582
2 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-firmware
|
||||
pkgdesc = Firmware files for Linux
|
||||
pkgver = 20240409.1addd7dc
|
||||
pkgver = 20240510.b9d2bf23
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/kernel-firmware/linux-firmware
|
||||
arch = any
|
||||
|
@ -10,9 +10,10 @@ pkgbase = linux-firmware
|
|||
makedepends = git
|
||||
makedepends = rdfind
|
||||
options = !strip
|
||||
source = git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20240410
|
||||
options = !debug
|
||||
source = git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20240513
|
||||
validpgpkeys = 4CDE8575E547BF835FE15807A31B6BD72486CFD6
|
||||
sha256sums = 60e129b4b0deecc59542487bbff6afde580db47333a01ea34e51421f3b962fc2
|
||||
sha256sums = 9e4f49de5dcca55f47d76b0a1c8177471ec1b9cf222f69ddd802c37627328eff
|
||||
|
||||
pkgname = linux-firmware-whence
|
||||
pkgdesc = Firmware files for Linux - contains the WHENCE license file which documents the vendor license details
|
||||
|
|
|
@ -7,17 +7,17 @@ pkgbase=linux-firmware
|
|||
pkgname=(linux-firmware-whence linux-firmware amd-ucode
|
||||
linux-firmware-{nfp,mellanox,marvell,qcom,liquidio,qlogic,bnx2x}
|
||||
)
|
||||
_tag=20240410
|
||||
pkgver=20240409.1addd7dc
|
||||
_tag=20240513
|
||||
pkgver=20240510.b9d2bf23
|
||||
pkgrel=1
|
||||
pkgdesc="Firmware files for Linux"
|
||||
url="https://gitlab.com/kernel-firmware/linux-firmware"
|
||||
license=('GPL2' 'GPL3' 'custom')
|
||||
arch=('any')
|
||||
makedepends=('git' 'rdfind')
|
||||
options=(!strip)
|
||||
options=(!strip !debug)
|
||||
source=("git+$url.git?signed#tag=${_tag}")
|
||||
sha256sums=('60e129b4b0deecc59542487bbff6afde580db47333a01ea34e51421f3b962fc2')
|
||||
sha256sums=('9e4f49de5dcca55f47d76b0a1c8177471ec1b9cf222f69ddd802c37627328eff')
|
||||
validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer <jwboyer@fedoraproject.org>
|
||||
|
||||
_backports=(
|
||||
|
|
Loading…
Reference in a new issue