mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/afl to 2.30b
This commit is contained in:
parent
124a2b5e14
commit
339db429bf
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
# - make with AFL_NO_X86=1
|
# - make with AFL_NO_X86=1
|
||||||
|
|
||||||
pkgname=afl
|
pkgname=afl
|
||||||
pkgver=2.28b
|
pkgver=2.30b
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms'
|
pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms'
|
||||||
url='http://lcamtuf.coredump.cx/afl/'
|
url='http://lcamtuf.coredump.cx/afl/'
|
||||||
|
@ -21,7 +21,7 @@ provides=('american-fuzzy-lop')
|
||||||
replaces=('american-fuzzy-lop')
|
replaces=('american-fuzzy-lop')
|
||||||
options=('!emptydirs' '!strip')
|
options=('!emptydirs' '!strip')
|
||||||
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
|
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
|
||||||
sha512sums=('77b05f2b40d83ecef26dba60bf8a482a2331ef46dcab92cd183eaa784461550d1c004c55a023f1f18b0ab51310d3a84692ba76687ffff8bd322ea9080612cb9a')
|
sha512sums=('45c0afcb6e7873648ec213b9dfb0c8a708caa7e3dbc1db9f11e2dba74febfcd9391e49eb284c33b7f9f5ce24eb27e9dc5ed67a17c6ef2a5f377d1b8438d6ae06')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue