streamlink: update to 0.1.0
This commit is contained in:
parent
be79f90cbe
commit
004a209e4c
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'streamlink'
|
# Template file for 'streamlink'
|
||||||
pkgname=streamlink
|
pkgname=streamlink
|
||||||
version=0.0.2
|
version=0.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="streamlink streamlink_cli"
|
pycompile_module="streamlink streamlink_cli"
|
||||||
|
@ -12,7 +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=c443f46cfca540ecd04b6439e337d466f3bf9fc0df074bcfa69ad27ddb63c7a4
|
checksum=8284d16622e70e3b56e5f43695c418972c37d6073b21d51d79644405e55b1544
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue