mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
maketh: fix src url, https://github.com/pentoo/pentoo-overlay/issues/515
This commit is contained in:
parent
1afe51953b
commit
8287136254
2 changed files with 4 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
DIST maketh-0.2.0.tar.gz 96102 SHA256 325da8538e0e34d2682f3a8fb2229a5d92ad2ad2e0e8e3a7c5f5441588e26dbf
|
||||
DIST maketh-0.2.0.tar.gz 96102 BLAKE2B 272331f52d35657bcde03289486c089d1912461e344c608aa11990bbf7e231695bb2763204b45a8776c56c087c118eeec80ffc686c6fb3d953188eaaa9d574ad SHA512 b1f8aaf3de80fb2673bd997935e2e3353db3dbaa0b5b7c75f24a92c8f485ca09fda92209197105caf4bd0f72a84f56fa188571e220c1c297d0b91cd659126689
|
||||
|
|
|
|||
|
|
@ -1,12 +1,11 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Ethernet packet injector and creator"
|
||||
HOMEPAGE="http://simpp-kode.tuxfamily.org/maketh/index.html"
|
||||
SRC_URI="http://packetstorm.wowhacker.com/UNIX/scanners/${P}.tar.gz"
|
||||
SRC_URI="https://dl.packetstormsecurity.net/UNIX/scanners/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue