summaryrefslogtreecommitdiff
path: root/x11-plugins/enigmail/enigmail-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-15 17:37:09 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-15 17:37:09 +0100
commit586819755b4dbfdffdc8a725ab7c0f86095b8489 (patch)
treed6790c838cfe9607c996e4913fdf11bad5fdd528 /x11-plugins/enigmail/enigmail-9999.ebuild
parent3f71901f8c228f4de570abed1831ce3ee425343e (diff)
gentoo resync : 15.09.2018
Diffstat (limited to 'x11-plugins/enigmail/enigmail-9999.ebuild')
-rw-r--r--x11-plugins/enigmail/enigmail-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/enigmail/enigmail-9999.ebuild b/x11-plugins/enigmail/enigmail-9999.ebuild
index 7f808de531ff..752b1acb8637 100644
--- a/x11-plugins/enigmail/enigmail-9999.ebuild
+++ b/x11-plugins/enigmail/enigmail-9999.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
inherit python-any-r1
DESCRIPTION="Mozilla extension to provide GPG support in mail clients"
-HOMEPAGE="http://www.enigmail.net/"
+HOMEPAGE="https://www.enigmail.net/"
SLOT="0"
LICENSE="MPL-2.0 GPL-3"
@@ -18,9 +18,9 @@ if [[ ${PV} == *9999 ]]; then
S="${WORKDIR}/${P}"
else
if [[ ${PV} = *_beta* ]] ; then
- SRC_URI="http://www.enigmail.net/download/beta/${P/_/-}.tar.gz"
+ SRC_URI="https://www.enigmail.net/download/beta/${P/_/-}.tar.gz"
else
- SRC_URI="http://www.enigmail.net/download/source/${P}.tar.gz"
+ SRC_URI="https://www.enigmail.net/download/source/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
fi
S="${WORKDIR}/${PN}"