streamlink: update to 3.1.1.

This commit is contained in:
Michal Vasilek 2022-01-26 23:49:25 +01:00
parent a8f358bf1b
commit f380303385

View file

@ -1,6 +1,6 @@
# Template file for 'streamlink'
pkgname=streamlink
version=3.0.3
version=3.1.1
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=a042bda7a3aea864a6d897607e727e374b09b51abac02a15086714d0634430b2
checksum=855cd31e900e3ae1d5328a37123bfffe2aec501a1d74bcdd12f0d2a2758060e4
make_check=ci-skip # some tests fail when running as root
post_install() {