linux-firmware: update to 20241110.
This commit is contained in:
parent
692c1ee205
commit
a4a071450f
|
@ -1,12 +0,0 @@
|
|||
this requires git ls-files to work
|
||||
--
|
||||
--- a/copy-firmware.sh
|
||||
+++ b/copy-firmware.sh
|
||||
@@ -66,7 +66,5 @@
|
||||
fi
|
||||
|
||||
-$verbose "Checking that WHENCE file is formatted properly"
|
||||
-./check_whence.py || err "check_whence.py has detected errors."
|
||||
|
||||
# shellcheck disable=SC2162 # file/folder name can include escaped symbols
|
||||
grep -E '^(RawFile|File):' WHENCE | sed -E -e 's/^(RawFile|File): */\1 /;s/"//g' | while read k f; do
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'linux-firmware'
|
||||
pkgname=linux-firmware
|
||||
version=20241017
|
||||
version=20241110
|
||||
revision=1
|
||||
hostmakedepends="rdfind which"
|
||||
depends="linux-firmware-amd>=${version}_${revision} linux-firmware-network>=${version}_${revision}"
|
||||
|
@ -10,7 +10,7 @@ license="custom:see /usr/share/licenses/linux-firmware"
|
|||
homepage="https://www.kernel.org/"
|
||||
changelog="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/"
|
||||
distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${version}.tar.gz"
|
||||
checksum=551708bc71cb7ac67c800055aecb55e50eb3c86d13486c56250d1ef5132b39dc
|
||||
checksum=c8a561dfdbd54157692fe166b84a173f9bc01f89c78f6196863beea2450e4938
|
||||
python_version=3
|
||||
nostrip=yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue