summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-06-09 21:44:30 +0200
committerSergei Trofimovich <slyfox@gentoo.org>2018-06-10 17:26:17 +0100
commit582e8b103d5437897a5cb64a7a03b2cc65ea0d65 (patch)
treeebb2f5e14534a58acdf7a3b282fad0c9dfc65483 /dev-lang/nasm/nasm-2.12.01.ebuild
parentdev-perl/gtk2-spell: amd64 stable wrt bug #657634 (diff)
downloadgentoo-582e8b103d5437897a5cb64a7a03b2cc65ea0d65.tar.gz
gentoo-582e8b103d5437897a5cb64a7a03b2cc65ea0d65.tar.bz2
gentoo-582e8b103d5437897a5cb64a7a03b2cc65ea0d65.zip
dev-lang/nasm: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8772
Diffstat (limited to 'dev-lang/nasm/nasm-2.12.01.ebuild')
-rw-r--r--dev-lang/nasm/nasm-2.12.01.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/nasm/nasm-2.12.01.ebuild b/dev-lang/nasm/nasm-2.12.01.ebuild
index 5d34b024847a..13ef00ee1fa1 100644
--- a/dev-lang/nasm/nasm-2.12.01.ebuild
+++ b/dev-lang/nasm/nasm-2.12.01.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit flag-o-matic
DESCRIPTION="groovy little assembler"
-HOMEPAGE="http://www.nasm.us/"
-SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz"
+HOMEPAGE="https://www.nasm.us/"
+SRC_URI="https://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz"
LICENSE="BSD-2"
SLOT="0"