streamlink: update to 0.3.0

This commit is contained in:
Wietse Kuipers 2017-01-31 15:10:16 +01:00
parent 25fe1ce40d
commit 3d9aca05d0

View file

@ -1,6 +1,6 @@
# Template file for 'streamlink'
pkgname=streamlink
version=0.2.0
version=0.3.0
revision=1
build_style=python3-module
pycompile_module="streamlink streamlink_cli"
@ -12,8 +12,7 @@ maintainer="wkuipers <wietse@kuiprs.nl>"
license="BSD"
homepage="https://streamlink.github.io/"
distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz"
checksum=a7431590525b5fd1ec024e080f9cb8254b51be8993f0453548c4ff37926cac39
checksum=c0a5cbc24b6cd9bd8d766bdc977562711ff0347fbff715e03f25904b6c8e120a
post_install() {
vlicense LICENSE
}