Skip to content

Commit 0c56260

Browse files
committed
Fixed version checker and related details
1 parent 58f593a commit 0c56260

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

re2.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: re2
3-
version: "2025-06-26b" # On update, please check if -fdelete-null-pointer-checks is still required
3+
version: "2025.06.26" # On update, please check if -fdelete-null-pointer-checks is still required
44
epoch: 0
55
description: Efficient, principled regular expression library
66
copyright:
@@ -29,7 +29,7 @@ environment:
2929
pipeline:
3030
- uses: fetch
3131
with:
32-
expected-sha256: 641a3ca337814a6c3676a389ea065812e00ff796f31a427038bc010bae0b86e3
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)