From 1d7fe28d780fb97a1350cda85057ba4864c8cf49 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 1 Aug 2022 11:29:05 -0400 Subject: [PATCH 1/2] sof-firmware: update to 2.2 --- srcpkgs/sof-firmware/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/sof-firmware/template b/srcpkgs/sof-firmware/template index 5436fb1db1ef..1baa460fb16a 100644 --- a/srcpkgs/sof-firmware/template +++ b/srcpkgs/sof-firmware/template @@ -1,6 +1,6 @@ # Template file for 'sof-firmware' pkgname=sof-firmware -version=2.1.1 +version=2.2 revision=1 archs="i686* x86_64*" wrksrc="sof-bin-${version}" @@ -11,13 +11,13 @@ maintainer="cinerea0 " license="BSD-3-Clause" homepage="https://thesofproject.github.io/latest/index.html" distfiles="https://github.com/thesofproject/sof-bin/archive/refs/tags/v${version}.tar.gz" -checksum=97c51c03bfb0a8cfc0a33d795e051e8f0608a3bfb3e07cd84de6fd7e9511f208 +checksum=10dcb24359011a8d3614723a29fb85944b2d98aece107fe5ed87f04c00e0e771 do_install() { vmkdir usr/lib/firmware/intel/sof vmkdir usr/lib/firmware/intel/sof-tplg - rsync -a "v${version%.*}.x/sof-v${version}/" "${DESTDIR}/usr/lib/firmware/intel/sof" - rsync -a "v${version%.*}.x/sof-tplg-v${version}/" "${DESTDIR}/usr/lib/firmware/intel/sof-tplg" + rsync -a "v${version}.x/sof-v${version}/" "${DESTDIR}/usr/lib/firmware/intel/sof" + rsync -a "v${version}.x/sof-tplg-v${version}/" "${DESTDIR}/usr/lib/firmware/intel/sof-tplg" vlicense LICENCE.NXP } From aef92386640da40609c792201fb4587193e8674f Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 1 Aug 2022 22:30:12 -0400 Subject: [PATCH 2/2] sof-tools: update to 2.2 --- srcpkgs/sof-tools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sof-tools/template b/srcpkgs/sof-tools/template index ecd8c553e5b1..1a9c17885b98 100644 --- a/srcpkgs/sof-tools/template +++ b/srcpkgs/sof-tools/template @@ -1,6 +1,6 @@ # Template file for 'sof-tools' pkgname=sof-tools -version=1.9.2 +version=2.2 revision=1 # https://github.com/thesofproject/sof/issues/4902 archs="x86_64" @@ -14,7 +14,7 @@ maintainer="cinerea0 " license="BSD-3-Clause" homepage="https://thesofproject.github.io/latest/index.html" distfiles="https://github.com/thesofproject/sof/archive/refs/tags/v${version}.tar.gz" -checksum=77fc2200f96c565b18b5975fc2ac19c54a93e83502f13b4f782567e5c44f45da +checksum=d3b1cbf3dfbbf82f906c373cf0446efe53815414ff5635eece9b605741765a37 post_install() { vlicense ../LICENCE