media-video/mpv: use HTTPS links where possible
authorIlya Tumaykin <itumaykin@gmail.com>
Tue, 22 Dec 2015 14:37:12 +0000 (17:37 +0300)
committerIlya Tumaykin <itumaykin@gmail.com>
Mon, 28 Dec 2015 12:46:51 +0000 (15:46 +0300)
Package-Manager: portage-2.2.24

media-video/mpv/mpv-9999.ebuild

index b079c75eb65d838555abafbc2c334ae6ee6a1452..7c49f70b4e287070cdd779c7db50a7f16ea1731f 100644 (file)
@@ -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