File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,14 @@ dependencies:
211
211
tag_filter :
212
212
matching : ' (\d+).(\d+)'
213
213
sort_as : ' $1.$2.0'
214
+ # curl
215
+ https://github.com/curl/curl.git :
216
+ replace_in_files :
217
+ - filename : config/software/curl.rb
218
+ pattern : " version = Gitlab::Version.new\\ ('curl', '(\\ S+)'\\ )"
219
+ tag_filter :
220
+ matching : ' curl-(\d+)_(\d+)_(\d+)'
221
+ sort_as : ' $1.$2.$3'
214
222
# deps that need updated filtering to work https://github.com/dropseed/deps-git/issues/2
215
223
# krb5
216
224
# https://github.com/krb5/krb5.git:
@@ -224,13 +232,6 @@ dependencies:
224
232
# - filename: config/software/libevent.rb
225
233
# pattern: "version = Gitlab::Version.new\\('libevent', '(release-\\d+\\.\\d+\\.\\d+-stable)'\\)"
226
234
# semver: false
227
- # curl
228
- # https://github.com/curl/curl.git:
229
- # replace_in_files:
230
- # - filename: config/software/curl.rb
231
- # pattern: "version = Gitlab::Version.new\\('curl', 'curl-(\\d+\\_\\d+\\_\\d+)'\\)"
232
- # semver: false
233
- # tag_prefix: 'curl-'
234
235
# libicu
235
236
# https://github.com/unicode-org/icu.git:
236
237
# replace_in_files:
You can’t perform that action at this time.
0 commit comments