trinity: update to 1.9.
This commit is contained in:
parent
12dc425877
commit
b105f26d3c
1 changed files with 8 additions and 4 deletions
|
@ -1,15 +1,19 @@
|
|||
# Template file for 'trinity'
|
||||
pkgname=trinity
|
||||
version=1.8
|
||||
version=1.9
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Linux system call fuzzer"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-2"
|
||||
only_for_archs="armv6l armv7l i686 x86_64"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/kernelslacker/trinity"
|
||||
distfiles="https://github.com/kernelslacker/trinity/archive/v${version}.tar.gz"
|
||||
checksum=db8b5bc9941d28fa65a1c5f44f7d752fadb3fd08aa9918d53c5e7c74c2f0e355
|
||||
checksum=9abd6cea3f6bd3b36794e038317d5ed6001dc52ad3b1cd7071f6cc7c5baecd3c
|
||||
nocross="Mis-use of memfd_create declaration"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
export CROSS_COMPILE=${XBPS_TARGET_TRIPLET}
|
||||
fi
|
||||
|
||||
do_install() {
|
||||
vbin trinity
|
||||
|
|
Loading…
Reference in a new issue