mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/afl to 1.87b-1
This commit is contained in:
parent
86cbf36b2f
commit
65a199d70f
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
# - make with AFL_NOX86=1
|
# - make with AFL_NOX86=1
|
||||||
|
|
||||||
pkgname=afl
|
pkgname=afl
|
||||||
pkgver=1.86b
|
pkgver=1.87b
|
||||||
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'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -20,7 +20,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=('1ab3da2e1806224aa96ad484870fa2a93e1c46f36cb7e9e355deea69609bd0cfb4d4e1836f47407459f89ffa4cc96f720d9c273a63d1d365915fa18b3b4d41e8')
|
sha512sums=('5b0cad03726de01238f3c9315631fea11213787be1c3ae82d3dbbb8a564e7928f2ae4bc3d02e57b8bd745c9fcbe1bccc9fa2c9ba4626734401ae5c5171bd94b0')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue