|
1 | 1 | class ReFlex < Formula |
2 | 2 | desc "Regex-centric, fast and flexible scanner generator for C++" |
3 | 3 | homepage "https://www.genivia.com/doc/reflex/html" |
4 | | - url "https://github.com/Genivia/RE-flex/archive/refs/tags/v5.1.0.tar.gz" |
5 | | - sha256 "42bb511b6d7e12faf2972c4311534d3cca71cc84d2e9f3dd433e0eefb3b46fd1" |
| 4 | + url "https://github.com/Genivia/RE-flex/archive/refs/tags/v5.1.1.tar.gz" |
| 5 | + sha256 "550e371b3b52aad8836b0679ce0f6898f39cf4a6865651aa3f59b2201dd0740c" |
6 | 6 | license "BSD-3-Clause" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7c33ac4b00dee9b4f36faf9e6ff702cfa461d830391cd2e746a9e18bb5b7c3b7" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8ebceddddc1a6032b217a8f25de8720dc1fb5bcab270a4b3a19ed25037d874f" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "192b93e6492764addb12a45a2f320b4bcbde46d3512534dee5cae7ebe1d4011a" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "374feeaae05744f8ad8f7d9562fa8b7dd2c66dffea998f4bcd8dc3b7a1af6c46" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "ce34eb84a5ff9c117cb7c22e545b3924e54ed5e1690b984d38927b7513f4db56" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "568e3e0f1d089018dabbc021e277f1e0221bfb96f9a5471bb83842c883e81f43" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a549e7beaafb45f0f051ae51cfdb3c626c3bc8599989be8f540f987e02e252d" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "48bc7c2af29ed5e33a7d64d812acb16d9c3391a87d0d354ddbf0a054eadb6269" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "41d5d3d5a1c78f333c93dc2379c9e89ce1452140b84ac31803fbd3961352c5a7" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "8b51e6d8f10870bda0075fa3c144019d077e3bf121915dda0187dc6616bf9c4a" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "2be43c844eb1972dfd63ea1cd1573327a025f23f2533f4d901f9305fe1246757" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "ee45382b3c6cd2d8617bec5bfc7c82f729ffa540ca3057a4c29c16f6369f1b9a" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "pcre2" |
|
0 commit comments