summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-23 13:06:16 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-23 13:07:55 +0200
commitd172c525595dd09b400c911634ca4d9c90254000 (patch)
tree27eb14d3ac4b296899d5a48ddc252e0b9f9c0626 /dev-lang/yasm
parentdev-lang/yasm: Remove non-updated -9999 (diff)
downloadgentoo-d172c525595dd09b400c911634ca4d9c90254000.tar.gz
gentoo-d172c525595dd09b400c911634ca4d9c90254000.tar.bz2
gentoo-d172c525595dd09b400c911634ca4d9c90254000.zip
dev-lang/yasm: Use HTTPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/yasm')
-rw-r--r--dev-lang/yasm/yasm-1.3.0-r1.ebuild4
1 files 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 43b4badc305c..5d0209b792f0 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"