Skip to content

Commit a7e0d4b

Browse files
committed
afl++ 4.31c
1 parent de08449 commit a7e0d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/a/afl++.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ class Aflxx < Formula
22
desc "American Fuzzy Lop++"
33
homepage "https://aflplus.plus/"
44
url "https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v4.31c.tar.gz"
5+
version "4.31c"
56
sha256 "8c6e9bef19b3d43020972701553734d1cb435c39a28b253f0dd6668e6ecb86bb"
67
license "Apache-2.0"
7-
revision 1
88

99
livecheck do
1010
url :stable
11-
regex(/^v?(\d+(?:\.\d+)+)c$/i)
11+
regex(/^v?(\d+(?:\.\d+)+c)$/i)
1212
end
1313

1414
bottle do

0 commit comments

Comments
 (0)