From eb73ec04076d2ff2ebf534e46550cf10a4f361bf Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 24 Mar 2025 14:05:10 +0530 Subject: [PATCH] qsv: update to 4.0.0. --- srcpkgs/qsv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qsv/template b/srcpkgs/qsv/template index ee9b06210ef..387ab2a8dbe 100644 --- a/srcpkgs/qsv/template +++ b/srcpkgs/qsv/template @@ -1,6 +1,6 @@ # Template file for 'qsv' pkgname=qsv -version=3.2.0 +version=4.0.0 revision=1 archs="x86_64* i686* aarch64* arm*" # ring build_style=cargo @@ -15,7 +15,7 @@ license="Unlicense" homepage="https://qsv.dathere.com" changelog="https://raw.githubusercontent.com/dathere/qsv/master/CHANGELOG.md" distfiles="https://github.com/dathere/qsv/archive/refs/tags/${version}.tar.gz" -checksum=43e425522083c57de1ee7060463d476b20ba9db05f4237791cb5fceda0c77aa5 +checksum=87f53ba8099142e8a1159d600ef6b9e4329bf10a579f38257d757c99a45b33a7 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then XBPS_CROSS_RUSTFLAGS+=" -latomic"