mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/afl to 2.36b-1
This commit is contained in:
parent
9c50183c1a
commit
a5a9fa5b4a
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - make with AFL_NO_X86=1
|
||||
|
||||
pkgname=afl
|
||||
pkgver=2.35b
|
||||
pkgver=2.36b
|
||||
pkgrel=1
|
||||
pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms'
|
||||
url='http://lcamtuf.coredump.cx/afl/'
|
||||
|
@ -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=('77f286d0008055770812b7429a671caed54adb2355cd88e1cbdd13f9e739763f46ed6f3e25ddfbe7aa2679e0a71c9b1af9767d1c367df1778338fcf260bc38c5')
|
||||
sha512sums=('3b9f94be9ceb2df10417e480953c4c9878d8a667cf3a1dd45da8aeca43abcfc401b3e44af7c9045f5fcddbf772cd640c090db404e0d685d7b3cea06fc111932d')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue