diff options
author | charIes17 <charles17@arcor.de> | 2017-01-16 12:03:52 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-01-21 22:19:34 +0100 |
commit | a372a9735867f4014e2c3e2ad6c940e2a20ec56d (patch) | |
tree | e98d130ad4530ae75b90e200fb9ccc8d1d9afcb8 /net-wireless/broadcom-sta | |
parent | app-admin/yadm: version bump to 1.06. (diff) | |
download | gentoo-a372a9735867f4014e2c3e2ad6c940e2a20ec56d.tar.gz gentoo-a372a9735867f4014e2c3e2ad6c940e2a20ec56d.tar.bz2 gentoo-a372a9735867f4014e2c3e2ad6c940e2a20ec56d.zip |
net-wireless/broadcom-sta: fix HOMEPAGE.
Trailing slash is causing 404. Also use https instead of http.
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3499
Diffstat (limited to 'net-wireless/broadcom-sta')
-rw-r--r-- | net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild index 3d485297b4fb..f43632370d5f 100644 --- a/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild +++ b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit eutils linux-info linux-mod DESCRIPTION="Broadcom's IEEE 802.11a/b/g/n hybrid Linux device driver" -HOMEPAGE="http://www.broadcom.com/support/802.11/" +HOMEPAGE="https://www.broadcom.com/support/802.11" SRC_BASE="https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35" SRC_URI="x86? ( ${SRC_BASE}-nodebug-pcoem-${PV//\./_}.tar.gz ) amd64? ( ${SRC_BASE}_64-nodebug-pcoem-${PV//\./_}.tar.gz ) |