net-misc/owncloud-client: use HTTPS

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11178
Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2019-02-28 20:08:48 +01:00
committed by Aaron Bauman
parent 6996b0d753
commit 98daf2e4ef
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
inherit cmake-utils gnome2-utils
DESCRIPTION="Synchronize files from ownCloud Server with your computer"
HOMEPAGE="http://owncloud.org/"
SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
HOMEPAGE="https://owncloud.org/"
SRC_URI="https://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
LICENSE="CC-BY-3.0 GPL-2"
SLOT="0"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
inherit cmake-utils gnome2-utils
DESCRIPTION="Synchronize files from ownCloud Server with your computer"
HOMEPAGE="http://owncloud.org/"
SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
HOMEPAGE="https://owncloud.org/"
SRC_URI="https://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
LICENSE="CC-BY-3.0 GPL-2"
SLOT="0"

View File

@@ -6,8 +6,8 @@ EAPI=6
inherit cmake-utils gnome2-utils
DESCRIPTION="Synchronize files from ownCloud Server with your computer"
HOMEPAGE="http://owncloud.org/"
SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
HOMEPAGE="https://owncloud.org/"
SRC_URI="https://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
LICENSE="CC-BY-3.0 GPL-2"
SLOT="0"