Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/muscle/
Date: Tue, 23 Aug 2022 12:06:54
Message-Id: 1661256375.28edb0964e4440787196c2128b143903a501ddc7.andrewammerlaan@gentoo
1 commit: 28edb0964e4440787196c2128b143903a501ddc7
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Aug 2 17:13:37 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 12:06:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28edb096
7
8 sci-biology/muscle: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 sci-biology/muscle/muscle-3.8.31.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-biology/muscle/muscle-3.8.31.ebuild b/sci-biology/muscle/muscle-3.8.31.ebuild
18 index 14781d000e78..1638c655be32 100644
19 --- a/sci-biology/muscle/muscle-3.8.31.ebuild
20 +++ b/sci-biology/muscle/muscle-3.8.31.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -8,8 +8,8 @@ inherit toolchain-funcs
28 MY_P="${PN}${PV}_src"
29
30 DESCRIPTION="Multiple sequence comparison by log-expectation"
31 -HOMEPAGE="http://www.drive5.com/muscle/"
32 -SRC_URI="http://www.drive5.com/muscle/downloads${PV}/${MY_P}.tar.gz"
33 +HOMEPAGE="https://www.drive5.com/muscle/"
34 +SRC_URI="https://www.drive5.com/muscle/downloads${PV}/${MY_P}.tar.gz"
35
36 LICENSE="public-domain"
37 SLOT="0"