File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 16
16
17
17
name 'pcre2'
18
18
19
- version = Gitlab ::Version . new ( 'pcre2' , 'pcre2-10.40 ' )
19
+ version = Gitlab ::Version . new ( 'pcre2' , 'pcre2-10.42 ' )
20
20
default_version version . print ( false )
21
21
display_version version . print ( false ) . delete_prefix ( 'pcre2-' )
22
22
Original file line number Diff line number Diff line change @@ -220,6 +220,14 @@ dependencies:
220
220
tag_filter :
221
221
matching : ' curl-(\d+)_(\d+)_(\d+)'
222
222
sort_as : ' $1.$2.$3'
223
+ # pcre2
224
+ https://github.com/PCRE2Project/pcre2.git :
225
+ replace_in_files :
226
+ - filename : config/software/pcre2.rb
227
+ pattern : " Gitlab::Version.new\\ ('pcre2', '(\\ S+)'\\ )"
228
+ tag_filter :
229
+ matching : ' pcre2-(\d+).(\d+)'
230
+ sort_as : ' $1.$2.0'
223
231
# deps that need updated filtering to work https://github.com/dropseed/deps-git/issues/2
224
232
# krb5
225
233
# https://github.com/krb5/krb5.git:
You can’t perform that action at this time.
0 commit comments