mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/afl to 2.03b-1
This commit is contained in:
parent
7a0129c51f
commit
75a1cc5e5a
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - make with AFL_NOX86=1
|
||||
|
||||
pkgname=afl
|
||||
pkgver=2.02b
|
||||
pkgver=2.03b
|
||||
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=('b11ced0f3c4054d23a3ef8dac6640614ab845a902dde1f074962be249ab3323838a1832c938e868dfbb92bf5d71458ae53823ca2716e087ade694e27d3c17567')
|
||||
sha512sums=('9b15574e30cb065900e43f2fd7b97e34b2d9e43a37f84423c9022c6363c7d0a211aaf1adaa52f389484e717abcd0929d330a8fb8e661d906b2818dfcf6987c96')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue