mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 11:40:51 +02:00
ppscan: fix source url
This commit is contained in:
parent
019bb0958f
commit
b42831890f
2 changed files with 3 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST ppscan-0.3.tar.gz 8046 RMD160 2e629301319a7a46b699aad05e7d0a0189000cca SHA1 c99d65a23bc08a0e31f3697ed3e35613d1ee589c SHA256 662c1cf506bf0d8bb74216f8ea2f0047e7c33238eb1860284b5d9c9fbb2ccc27
|
||||
EBUILD ppscan-0.3.ebuild 549 RMD160 db7b81d13617ae8586467500da676145963f9af2 SHA1 a97fe6149e84dbc16f77427e63b839fd724d5ef6 SHA256 db52c8a09e816fbf475c20fc56d8d4fe66733787bff591a28b3e82076ad0c210
|
||||
EBUILD ppscan-0.3.ebuild 545 RMD160 759a7aca0572be4ed3ba27e754ad29ec1aa1f96b SHA1 dfc6135ef08427bbd0c2637d89a40dd3c587f162 SHA256 07cc4a9d9875f7b61a614a126eb1d2c0b9d490904f3d6b771a809b0d7efdf9cc
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
EAPI=2
|
||||
|
||||
DESCRIPTION="port scanner with HTTP and FTP tunneling support"
|
||||
HOMEPAGE="http://aconole.brad-x.com/programs/"
|
||||
SRC_URI="http://www.packetstormsecurity.org/UNIX/scanners/ppscan-0.3.tar.gz"
|
||||
SRC_URI="http://packetstorm.wowhacker.com/UNIX/scanners/ppscan-0.3.tar.gz"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue