nemesis: update to 1.6.
This commit is contained in:
parent
73f6966212
commit
8502d79b4d
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nemesis'
|
# Template file for 'nemesis'
|
||||||
pkgname=nemesis
|
pkgname=nemesis
|
||||||
version=1.5
|
version=1.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libnet-devel"
|
makedepends="libnet-devel"
|
||||||
|
@ -8,8 +8,9 @@ short_desc="Command-line network packet crafting and injection utility"
|
||||||
maintainer="Renato Aguiar <renato@renag.me>"
|
maintainer="Renato Aguiar <renato@renag.me>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/troglobit/nemesis"
|
homepage="https://github.com/troglobit/nemesis"
|
||||||
distfiles="https://github.com/troglobit/nemesis/releases/download/v${version}/nemesis-${version}.tar.xz"
|
changelog="https://raw.githubusercontent.com/troglobit/nemesis/master/ChangeLog.md"
|
||||||
checksum=9acefb583cc896a4d579ab9f43e22db6e32f3b3576e0d6a3f6048acc22268c10
|
distfiles="https://github.com/troglobit/nemesis/releases/download/v${version}/nemesis-${version}.tar.gz"
|
||||||
|
checksum=be8e786689296b75521956af838d6621f79277fafdb6310a99ee444294f13fee
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue