linux-firmware: update to 20241110.

This commit is contained in:
classabbyamp 2024-11-14 18:24:13 -05:00 committed by classabbyamp
parent 692c1ee205
commit a4a071450f
2 changed files with 2 additions and 14 deletions

View File

@ -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

View File

@ -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