Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/aescrypt/
Date: Tue, 22 Aug 2017 21:31:55
Message-Id: 1503437501.b05a3dd6d236ca48edfc53e89452b04c8740517a.mgorny@gentoo
1 commit: b05a3dd6d236ca48edfc53e89452b04c8740517a
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Tue Aug 22 11:41:05 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 22 21:31:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05a3dd6
7
8 app-crypt/aescrypt: HOMEPAGE 301 redirect to HTTPS
9
10 Package-Manager: Portage-2.3.7, Repoman-2.3.3
11
12 app-crypt/aescrypt/aescrypt-3.0.6b.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild b/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild
16 index ccfd4888c17..73d76b66a2d 100644
17 --- a/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild
18 +++ b/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild
19 @@ -6,7 +6,7 @@ EAPI=6
20 inherit toolchain-funcs flag-o-matic
21
22 DESCRIPTION="Advanced file encryption using AES"
23 -HOMEPAGE="http://www.aescrypt.com/"
24 +HOMEPAGE="https://www.aescrypt.com/"
25 SRC_URI="https://www.aescrypt.com/download/v3/${P}.tar.gz"
26
27 LICENSE="BSD GPL-2"