mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/afl to 2.10b-1
This commit is contained in:
parent
ed8a0144d5
commit
48dbe157e5
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - make with AFL_NO_X86=1
|
||||
|
||||
pkgname=afl
|
||||
pkgver=2.09b
|
||||
pkgver=2.10b
|
||||
pkgrel=1
|
||||
pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms'
|
||||
url="http://lcamtuf.coredump.cx/afl/"
|
||||
|
@ -23,7 +23,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=('9e221cfba1a8f7195d56b3933698ff39cf69277f048fe5f0628842e52cd0129307f5799f09d247ae6c409c92397523358d7fbc610ce00af66effd2e4642b2bcd')
|
||||
sha512sums=('2273632f156427967bb794ecbf013aebe06d769c27c2fb26e9550d376364e4e3750ff0ebe0d5a6a29bf9ecf39fdf724b7dd0666ed0467584cd4863893e619b1e')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue