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