zmap: update to 4.1.1.
This commit is contained in:
parent
f7d27eadb2
commit
3462bc55a3
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'zmap'
|
# Template file for 'zmap'
|
||||||
pkgname=zmap
|
pkgname=zmap
|
||||||
version=3.0.0
|
version=4.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="flex byacc gengetopt pkg-config"
|
hostmakedepends="flex byacc gengetopt pkg-config"
|
||||||
makedepends="libpcap-devel gmp-devel json-c-devel libunistring-devel"
|
makedepends="libpcap-devel gmp-devel json-c-devel libunistring-devel
|
||||||
|
judy-devel"
|
||||||
short_desc="Fast network scanner designed for Internet-wide network surveys"
|
short_desc="Fast network scanner designed for Internet-wide network surveys"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://zmap.io"
|
homepage="https://zmap.io"
|
||||||
|
changelog="https://raw.githubusercontent.com/zmap/zmap/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/zmap/zmap/archive/v${version}.tar.gz"
|
distfiles="https://github.com/zmap/zmap/archive/v${version}.tar.gz"
|
||||||
checksum=e3151cdcdf695ab7581e01a7c6ee78678717d6a62ef09849b34db39682535454
|
checksum=b37c4e70e4f9c12091ee10dc7f6f3518cbb7bc291b5b81a451a37632c9440047
|
||||||
make_check=no # does not define any checks
|
make_check=no # does not define any checks
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
|
|
Loading…
Reference in New Issue