diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-03-04 17:09:51 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-03-04 17:09:51 +0000 |
commit | b3b521f64527996b9e28b7e7cec1c84e95c63fce (patch) | |
tree | b26fe90f3dd8b5db7a845ccc6a92bcd251543682 /testing/livestreamer | |
parent | 9ab4571f139beff50d405bbbbb7fb6a0cff4d763 (diff) | |
download | aports-b3b521f64527996b9e28b7e7cec1c84e95c63fce.tar.bz2 aports-b3b521f64527996b9e28b7e7cec1c84e95c63fce.tar.xz |
testing/livestreamer: update url with https
Diffstat (limited to 'testing/livestreamer')
-rw-r--r-- | testing/livestreamer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/livestreamer/APKBUILD b/testing/livestreamer/APKBUILD index 20662caf33..6cbaa4aa59 100644 --- a/testing/livestreamer/APKBUILD +++ b/testing/livestreamer/APKBUILD @@ -4,7 +4,7 @@ pkgname=livestreamer pkgver=1.12.2 pkgrel=3 pkgdesc="Command-line utility that extracts streams from various services and pipes them into a video player of choice" -url="http://livestreamer.io/" +url="https://livestreamer.io/" arch="noarch" license="BSD" depends="py-requests rtmpdump py-setuptools py2-singledispatch py-futures py-six py-crypto py-librtmp" |