checksec: update to 1.11.1.

This commit is contained in:
Piotr Wójcik 2019-04-04 16:31:02 +02:00
parent de30677214
commit a8512822d6
2 changed files with 3 additions and 4 deletions

View file

@ -1,16 +1,16 @@
# Template file for 'checksec'
pkgname=checksec
version=1.9.0
version=1.11.1
revision=1
wrksrc="checksec.sh-${version}"
archs=noarch
wrksrc="checksec.sh-${version}"
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"
distfiles="https://github.com/slimm609/checksec.sh/archive/${version}.tar.gz"
checksum=1ae5da9c629f5daf8b887b477886da9ad8d3b68a8ac8a5ca1a9a99da9c6875ac
checksum=dd09a3f44b992459fbdcae9de0ea4ccf3372a1e0680cb2dc7077ad481b5a50ba
do_install() {
vbin checksec

View file

@ -1 +0,0 @@
pattern='latest version \K[\d.]+'