checksec: update to 2.0.0.
This commit is contained in:
parent
b065a0db6f
commit
fbbb157a2d
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'checksec'
|
||||
pkgname=checksec
|
||||
version=1.11.1
|
||||
version=2.0.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="checksec.sh-${version}"
|
||||
|
@ -8,9 +8,9 @@ depends="binutils"
|
|||
short_desc="Check for protections like RELRO, NoExec, Stack protection, ASLR, PIE"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.trapkit.de/tools/checksec.html"
|
||||
homepage="https://github.com/slimm609/checksec.sh"
|
||||
distfiles="https://github.com/slimm609/checksec.sh/archive/${version}.tar.gz"
|
||||
checksum=dd09a3f44b992459fbdcae9de0ea4ccf3372a1e0680cb2dc7077ad481b5a50ba
|
||||
checksum=af3ae5fafd9c703af7bfc2791e9aeef0684f307fb20493c94a056a6aed92eb12
|
||||
|
||||
do_install() {
|
||||
vbin checksec
|
||||
|
|
Loading…
Reference in New Issue