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: sys-firmware/alsa-firmware/
Date: Fri, 02 Mar 2018 18:09:15
Message-Id: 1520014144.da772fce47043fa57d65c77ddaf7a9a0d7165905.mgorny@gentoo
1 commit: da772fce47043fa57d65c77ddaf7a9a0d7165905
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 23 15:56:27 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 18:09:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da772fce
7
8 sys-firmware/alsa-firmware: use HTTPS
9
10 sys-firmware/alsa-firmware/alsa-firmware-1.0.29.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sys-firmware/alsa-firmware/alsa-firmware-1.0.29.ebuild b/sys-firmware/alsa-firmware/alsa-firmware-1.0.29.ebuild
14 index d82497ef0d5..63e4c8cb3a9 100644
15 --- a/sys-firmware/alsa-firmware/alsa-firmware-1.0.29.ebuild
16 +++ b/sys-firmware/alsa-firmware/alsa-firmware-1.0.29.ebuild
17 @@ -1,11 +1,11 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 inherit udev
24
25 DESCRIPTION="Advanced Linux Sound Architecture firmware"
26 -HOMEPAGE="http://www.alsa-project.org/"
27 +HOMEPAGE="https://alsa-project.org/"
28 SRC_URI="mirror://alsaproject/firmware/${P}.tar.bz2"
29
30 LICENSE="GPL-2"