mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/afl to 2.27b-1
This commit is contained in:
parent
f4ed99d432
commit
fddad22bed
1 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@
|
|||
# - make with AFL_NO_X86=1
|
||||
|
||||
pkgname=afl
|
||||
pkgver=2.21b
|
||||
pkgver=2.27b
|
||||
pkgrel=1
|
||||
pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms'
|
||||
url="http://lcamtuf.coredump.cx/afl/"
|
||||
url='http://lcamtuf.coredump.cx/afl/'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('Apache')
|
||||
depends=('glibc' 'bash')
|
||||
|
@ -21,7 +21,7 @@ provides=('american-fuzzy-lop')
|
|||
replaces=('american-fuzzy-lop')
|
||||
options=('!emptydirs' '!strip')
|
||||
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
|
||||
sha512sums=('28f76ca856121fffd24869c01369400f1138821bce2f43b77f223b23f994522a90eec0e2d9c5bde49135ffa63299dbeb4e4fcace071960d0975d02ea253b3f3e')
|
||||
sha512sums=('cca6f530dd67b8c155185f450794fa48083b0dd502ee249ea9f4db4631284b975bae2d165aee012c28125c0e98e3b84c9cd819d282d699687cfb6592b31fe64d')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue