qsv: update to 0.101.0.

This commit is contained in:
icp 2023-05-02 22:42:54 +05:30 committed by classabbyamp
parent 12196e3c5f
commit 8557586a41
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'qsv' # Template file for 'qsv'
pkgname=qsv pkgname=qsv
version=0.100.0 version=0.101.0
revision=1 revision=1
archs="x86_64* i686* aarch64* arm*" # ring archs="x86_64* i686* aarch64* arm*" # ring
build_style=cargo build_style=cargo
@ -12,5 +12,4 @@ license="Unlicense"
homepage="https://github.com/jqnatividad/qsv" homepage="https://github.com/jqnatividad/qsv"
changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
checksum=08e0825bbe3fb78f6696ce79f7e4ad7c79a7140b12819a28bb4ead4909525efd checksum=fcdf757ea71939cd4774b7e94d126ff1d4340c34bd8c96060624357d26788b0a
make_check=ci-skip # should be fixed next release