Skip to content

Commit ee65df3

Browse files
committed
Add curl to deps.yml
dropseed/deps-git#2 was closed a while ago, so let's use this functionality to update curl automatically.
1 parent 3f3e645 commit ee65df3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

deps.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,14 @@ dependencies:
211211
tag_filter:
212212
matching: '(\d+).(\d+)'
213213
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'
214222
# deps that need updated filtering to work https://github.com/dropseed/deps-git/issues/2
215223
# krb5
216224
# https://github.com/krb5/krb5.git:
@@ -224,13 +232,6 @@ dependencies:
224232
# - filename: config/software/libevent.rb
225233
# pattern: "version = Gitlab::Version.new\\('libevent', '(release-\\d+\\.\\d+\\.\\d+-stable)'\\)"
226234
# 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-'
234235
# libicu
235236
# https://github.com/unicode-org/icu.git:
236237
# replace_in_files:

0 commit comments

Comments
 (0)