From 25ec92c67f2d7c74539e5b5d65a054e4f7ba013a Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 14 Jul 2025 14:09:19 +0530 Subject: [PATCH] qsv: update to 6.0.1. --- srcpkgs/qsv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qsv/template b/srcpkgs/qsv/template index a0504c91d42..a65e21a708d 100644 --- a/srcpkgs/qsv/template +++ b/srcpkgs/qsv/template @@ -1,6 +1,6 @@ # Template file for 'qsv' pkgname=qsv -version=5.1.0 +version=6.0.1 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=9bed0898cce8de237a0a04f8d28947720dbb6d0b2919cf297007a1a57569dfd2 +checksum=d4a4dafad7cec344a927e92a1d42b4da210ea83061b9de8094da9d06f0d1427f if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then XBPS_CROSS_RUSTFLAGS+=" -latomic"