streamlink: update to 0.11.0.

Closes:  [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-10 08:12:06 -03:00 committed by Michael Aldridge
parent d1679b7c07
commit b5efcd18e8

View file

@ -1,6 +1,6 @@
# Template file for 'streamlink'
pkgname=streamlink
version=0.10.0
version=0.11.0
revision=1
noarch=yes
build_style=python3-module
@ -12,10 +12,10 @@ depends="python3-setuptools python3-requests python3-crypto python3-pycountry
python3-pysocks python3-websocket-client"
short_desc="Utility extracting streams from services, forked from livestreamer"
maintainer="wkuipers <wietse@kuiprs.nl>"
license="2-clause-BSD"
license="BSD-2-Clause"
homepage="https://streamlink.github.io/"
distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz"
checksum=8bc06e53ab15fab57f782ea438a5f00c4807148b21f8fbed9238ed4865e08e24
checksum=dc70b72e22d24b63ccb205d9c7583510049f4b2782e31ac5ebd99fec074ca292
export STREAMLINK_USE_PYCRYPTO=1
export STREAMLINK_USE_PYCOUNTRY=1