streamlink: update to 2.3.0.

This commit is contained in:
Michal Vasilek 2021-06-14 18:15:56 +02:00
parent 3c08e416ab
commit ffa66f8474

View file

@ -1,6 +1,6 @@
# Template file for 'streamlink' # Template file for 'streamlink'
pkgname=streamlink pkgname=streamlink
version=2.0.0 version=2.3.0
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -15,7 +15,8 @@ license="BSD-2-Clause"
homepage="https://streamlink.github.io/" homepage="https://streamlink.github.io/"
changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.md"
distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz" distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz"
checksum=c0ead9e961638d41cab9bd9677cdc701f2313bfd4d23cd8158410932839c62db checksum=1497e6dc5d2fb8c5b17688f20ca2e8989a279de804a4de37d2107af33b9faa04
make_check=ci-skip # some tests fail when running as root
export STREAMLINK_USE_PYCOUNTRY=1 export STREAMLINK_USE_PYCOUNTRY=1