commit:     d172c525595dd09b400c911634ca4d9c90254000
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 11:06:16 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 11:07:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d172c525

dev-lang/yasm: Use HTTPS

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-lang/yasm/yasm-1.3.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/yasm/yasm-1.3.0-r1.ebuild 
b/dev-lang/yasm/yasm-1.3.0-r1.ebuild
index 43b4badc305..5d0209b792f 100644
--- a/dev-lang/yasm/yasm-1.3.0-r1.ebuild
+++ b/dev-lang/yasm/yasm-1.3.0-r1.ebuild
@@ -9,12 +9,12 @@ if [[ ${PV} == 9999* ]] ; then
        EGIT_REPO_URI="https://github.com/yasm/yasm.git";
        inherit autotools git-r3
 else
-       SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz";
+       SRC_URI="https://www.tortall.net/projects/yasm/releases/${P}.tar.gz";
        KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="An assembler for x86 and x86_64 instruction sets"
-HOMEPAGE="http://yasm.tortall.net/";
+HOMEPAGE="https://yasm.tortall.net/";
 
 LICENSE="BSD-2 BSD || ( Artistic GPL-2 LGPL-2 )"
 SLOT="0"

Reply via email to