mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
btscanner: fix src url but wget do not trust the cert
This commit is contained in:
parent
3024625026
commit
f26e5121c6
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ EAPI=6
|
|||
inherit eutils autotools
|
||||
|
||||
DESCRIPTION="A utility for bluetooth scanning and discovery"
|
||||
HOMEPAGE="http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads"
|
||||
SRC_URI="http://www.pentest.co.uk/src/${P}.tar.bz2"
|
||||
HOMEPAGE="https://www.pentest.co.uk/downloads.html"
|
||||
SRC_URI="https://www.pentest.co.uk/src/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue