Merge pull request #5654 from WKuipers/master
streamlink: update to 0.3.0
This commit is contained in:
commit
e62579b1d8
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'streamlink'
|
# Template file for 'streamlink'
|
||||||
pkgname=streamlink
|
pkgname=streamlink
|
||||||
version=0.2.0
|
version=0.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="streamlink streamlink_cli"
|
pycompile_module="streamlink streamlink_cli"
|
||||||
|
@ -12,8 +12,7 @@ maintainer="wkuipers <wietse@kuiprs.nl>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://streamlink.github.io/"
|
homepage="https://streamlink.github.io/"
|
||||||
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=a7431590525b5fd1ec024e080f9cb8254b51be8993f0453548c4ff37926cac39
|
checksum=c0a5cbc24b6cd9bd8d766bdc977562711ff0347fbff715e03f25904b6c8e120a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue