mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
checksec: update to 2.6.0.
This commit is contained in:
parent
1e1dcc0621
commit
263e9b16d1
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'checksec'
|
# Template file for 'checksec'
|
||||||
pkgname=checksec
|
pkgname=checksec
|
||||||
version=2.5.0
|
version=2.6.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="checksec.sh-${version}"
|
wrksrc="checksec.sh-${version}"
|
||||||
depends="binutils"
|
depends="binutils"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/slimm609/checksec.sh"
|
homepage="https://github.com/slimm609/checksec.sh"
|
||||||
distfiles="https://github.com/slimm609/checksec.sh/archive/${version}.tar.gz"
|
distfiles="https://github.com/slimm609/checksec.sh/archive/${version}.tar.gz"
|
||||||
checksum=1034459d7cd2b0ee515c2b6b003375fec566fb59c838fc5e1961e1fcf76b54fa
|
checksum=39d4158f96bdc7533ad6595703375c0046951fe4f6367b831ef92d9c66c1a307
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin checksec
|
vbin checksec
|
||||||
|
|
Loading…
Add table
Reference in a new issue