mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
committed by
Aaron Bauman
parent
6996b0d753
commit
98daf2e4ef
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user