diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-11 18:26:52 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-26 15:15:42 -0400 |
commit | 7044d1cb686a5ae80410bcabf7eecfcd56af1831 (patch) | |
tree | e5cc9b07752c4ec5391775613fe095e70283f207 /media-plugins/vdr-streamdev | |
parent | media-plugins/vdr-rpihddevice: use HTTPS (diff) | |
download | gentoo-7044d1cb686a5ae80410bcabf7eecfcd56af1831.tar.gz gentoo-7044d1cb686a5ae80410bcabf7eecfcd56af1831.tar.bz2 gentoo-7044d1cb686a5ae80410bcabf7eecfcd56af1831.zip |
media-plugins/vdr-streamdev: use HTTPS
Diffstat (limited to 'media-plugins/vdr-streamdev')
-rw-r--r-- | media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild | 4 | ||||
-rw-r--r-- | media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild index 9239b49b8bd7..bdacdc2493dd 100644 --- a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild +++ b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1580" # every bump, new version ! DESCRIPTION="VDR Plugin: Client/Server and http streaming plugin" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-streamdev" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-streamdev" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" LICENSE="GPL-2" diff --git a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild index 404cde672e9a..8e69d5831329 100644 --- a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild +++ b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ inherit vdr-plugin-2 GIT_VERSION="674bb5b331240de3ba2a8beb63a1276003e64e3e" DESCRIPTION="VDR Plugin: Client/Server and http streaming plugin" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-streamdev" -SRC_URI="http://projects.vdr-developer.org/git/vdr-plugin-streamdev.git/snapshot/vdr-plugin-streamdev-${GIT_VERSION}.tar.bz2" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-streamdev" +SRC_URI="https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git/snapshot/vdr-plugin-streamdev-${GIT_VERSION}.tar.bz2" LICENSE="GPL-2" SLOT="0" |