streamlink: update to 4.3.0.
This commit is contained in:
parent
3faa354608
commit
c7d6c7d996
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'streamlink'
|
||||
pkgname=streamlink
|
||||
version=4.1.0
|
||||
version=4.3.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-wheel python3-versioningit"
|
||||
|
@ -14,7 +14,8 @@ 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=0b492cf48cf1c8f12adc112e42df504857088363f036f400bc9330f80ff00893
|
||||
checksum=49ab4f38f11308656e8cd241dff85fcc224bc2ff184e263ddbf6c74243f67d1f
|
||||
make_check_pre="env PYTHONPATH=src"
|
||||
make_check=ci-skip # some tests fail when running as root
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue