Skip to content

Commit d54d365

Browse files
authored
Merge pull request #57683 from wolfi-dev/wolfictl-4aa39539-6f61-4c09-abb5-7c84d4c41807
re2/2025-06-26b package update
2 parents 40c8d25 + 0c56260 commit d54d365

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

re2.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: re2
3-
version: "2024.02.01" # On update, please check if -fdelete-null-pointer-checks is still required
4-
epoch: 6
3+
version: "2025.06.26" # On update, please check if -fdelete-null-pointer-checks is still required
4+
epoch: 0
55
description: Efficient, principled regular expression library
66
copyright:
77
- license: BSD-3-Clause
@@ -29,7 +29,7 @@ environment:
2929
pipeline:
3030
- uses: fetch
3131
with:
32-
expected-sha256: cd191a311b84fcf37310e5cd876845b4bf5aee76fdd755008eef3b6478ce07bb
32+
expected-sha256: 6090fc23a189e1a04a0e751b4f285922a794a39b6ecc6670b6141af74c82fe08
3333
uri: https://github.com/google/re2/archive/${{vars.mangled-package-version}}.tar.gz
3434

3535
- uses: cmake/configure
@@ -62,5 +62,7 @@ subpackages:
6262

6363
update:
6464
enabled: true
65+
ignore-regex-patterns:
66+
- .*b
6567
github:
6668
identifier: google/re2

0 commit comments

Comments
 (0)