diff --git a/srcpkgs/linux-firmware/patches/no-whence.patch b/srcpkgs/linux-firmware/patches/no-whence.patch deleted file mode 100644 index 69e65c4ce27..00000000000 --- a/srcpkgs/linux-firmware/patches/no-whence.patch +++ /dev/null @@ -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 diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template index 7c2226c9697..4b6fe77d83c 100644 --- a/srcpkgs/linux-firmware/template +++ b/srcpkgs/linux-firmware/template @@ -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