masscan: update to 1.3.2.
This commit is contained in:
parent
510e689bfd
commit
21e61b83b2
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'masscan'
|
# Template file for 'masscan'
|
||||||
pkgname=masscan
|
pkgname=masscan
|
||||||
version=1.0.5
|
version=1.3.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="libpcap-devel"
|
depends="libpcap-devel"
|
||||||
short_desc="TCP port scanner, spews SYN packets asynchronously"
|
short_desc="TCP port scanner, spews SYN packets asynchronously"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Łukasz Jendrysik <scadu@disroot.org>"
|
||||||
license="AGPL-3.0-only"
|
license="AGPL-3.0-only"
|
||||||
homepage="https://github.com/robertdavidgraham/masscan"
|
homepage="https://github.com/robertdavidgraham/masscan"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=a0686929888674892f464014806444d26ded56838d45035221ff88ee9f6ead73
|
checksum=0363e82c07e6ceee68a2da48acd0b2807391ead9a396cf9c70b53a2a901e3d5f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue