We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de08449 commit a7e0d4bCopy full SHA for a7e0d4b
Formula/a/afl++.rb
@@ -2,13 +2,13 @@ class Aflxx < Formula
2
desc "American Fuzzy Lop++"
3
homepage "https://aflplus.plus/"
4
url "https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v4.31c.tar.gz"
5
+ version "4.31c"
6
sha256 "8c6e9bef19b3d43020972701553734d1cb435c39a28b253f0dd6668e6ecb86bb"
7
license "Apache-2.0"
- revision 1
8
9
livecheck do
10
url :stable
11
- regex(/^v?(\d+(?:\.\d+)+)c$/i)
+ regex(/^v?(\d+(?:\.\d+)+c)$/i)
12
end
13
14
bottle do
0 commit comments