diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-28 20:08:48 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-02-28 19:27:59 -0500 |
commit | 98daf2e4ef769ec8c8bc0988d950337387d5349b (patch) | |
tree | d2ad7fb726a48cd9bbd7ba6711e26d40152a8e2f /net-misc/owncloud-client | |
parent | dev-python/beagle: fix DESCRIPTION (diff) | |
download | gentoo-98daf2e4ef769ec8c8bc0988d950337387d5349b.tar.gz gentoo-98daf2e4ef769ec8c8bc0988d950337387d5349b.tar.bz2 gentoo-98daf2e4ef769ec8c8bc0988d950337387d5349b.zip |
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>
Diffstat (limited to 'net-misc/owncloud-client')
3 files changed, 8 insertions, 8 deletions
diff --git a/net-misc/owncloud-client/owncloud-client-2.5.0.10650.ebuild b/net-misc/owncloud-client/owncloud-client-2.5.0.10650.ebuild index 221362c5f1ad..c65369cdae40 100644 --- a/net-misc/owncloud-client/owncloud-client-2.5.0.10650.ebuild +++ b/net-misc/owncloud-client/owncloud-client-2.5.0.10650.ebuild @@ -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" diff --git a/net-misc/owncloud-client/owncloud-client-2.5.1.10973.ebuild b/net-misc/owncloud-client/owncloud-client-2.5.1.10973.ebuild index 221362c5f1ad..c65369cdae40 100644 --- a/net-misc/owncloud-client/owncloud-client-2.5.1.10973.ebuild +++ b/net-misc/owncloud-client/owncloud-client-2.5.1.10973.ebuild @@ -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" diff --git a/net-misc/owncloud-client/owncloud-client-2.5.3.11470.ebuild b/net-misc/owncloud-client/owncloud-client-2.5.3.11470.ebuild index 024076bcd690..c65369cdae40 100644 --- a/net-misc/owncloud-client/owncloud-client-2.5.3.11470.ebuild +++ b/net-misc/owncloud-client/owncloud-client-2.5.3.11470.ebuild @@ -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" |