diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2015-12-22 17:37:12 +0300 |
---|---|---|
committer | Ilya Tumaykin <itumaykin@gmail.com> | 2015-12-28 15:46:51 +0300 |
commit | 60d6dc965cb4ab46c33b920f0422b8ae5c8c6d0f (patch) | |
tree | 4c6edde30572f4846a45be6e45d432ee3464bbbe /media-video | |
parent | media-video/mpv: whitespace change to improve readability (diff) | |
download | gentoo-60d6dc965cb4ab46c33b920f0422b8ae5c8c6d0f.tar.gz gentoo-60d6dc965cb4ab46c33b920f0422b8ae5c8c6d0f.tar.bz2 gentoo-60d6dc965cb4ab46c33b920f0422b8ae5c8c6d0f.zip |
media-video/mpv: use HTTPS links where possible
Package-Manager: portage-2.2.24
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index b079c75eb65d..7c49f70b4e28 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -11,8 +11,8 @@ inherit eutils python-any-r1 waf-utils pax-utils fdo-mime gnome2-utils WAF_V="1.8.12" DESCRIPTION="Media player based on MPlayer and mplayer2" -HOMEPAGE="http://mpv.io/" -SRC_URI="http://ftp.waf.io/pub/release/waf-${WAF_V}" +HOMEPAGE="https://mpv.io/" +SRC_URI="https://waf.io/pub/release/waf-${WAF_V}" DOCS=( README.md etc/example.conf etc/input.conf ) if [[ ${PV} == *9999* ]]; then |