streamlink: update to 3.2.0.

This commit is contained in:
Michal Vasilek 2022-04-04 21:45:19 +02:00
parent 0998c3c0aa
commit 7129092eed

View file

@ -1,6 +1,6 @@
# Template file for 'streamlink'
pkgname=streamlink
version=3.1.1
version=3.2.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -14,7 +14,7 @@ license="BSD-2-Clause"
homepage="https://streamlink.github.io/"
changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.md"
distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz"
checksum=855cd31e900e3ae1d5328a37123bfffe2aec501a1d74bcdd12f0d2a2758060e4
checksum=9770d2d83844c5378a73e14130dcb760abc856566caa0a41fc5b97a0ded5d926
make_check=ci-skip # some tests fail when running as root
post_install() {