This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit 633a0c1 1 parent 1be12b6 commit 633a0c1 Copy full SHA for 633a0c1
File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 291
291
"depNameTemplate" : " alexellis/arkade" ,
292
292
"datasourceTemplate" : " github-releases"
293
293
},
294
+ {
295
+ "fileMatch" : [
296
+ " ^tools.yaml$"
297
+ ],
298
+ "matchStrings" : [
299
+ " name: artifactory-cleanup\\ n\\ s+version: \" ?(?<currentValue>.*?)\" ?\\ n"
300
+ ],
301
+ "depNameTemplate" : " crazy-max/artifactory-cleanup" ,
302
+ "datasourceTemplate" : " github-releases" ,
303
+ "extractVersionTemplate" : " ^v(?<version>.+?)$"
304
+ },
294
305
{
295
306
"fileMatch" : [
296
307
" ^tools.yaml$"
Original file line number Diff line number Diff line change @@ -35,6 +35,18 @@ tools:
35
35
${binary} completion fish >"${target}/share/fish/vendor_completions.d/${name}.fish"
36
36
${binary} completion zsh >"${target}/share/zsh/vendor-completions/_${name}"
37
37
38
+ - name : artifactory-cleanup
39
+ version : 1.6.0
40
+ check : ${binary} --version
41
+ tags :
42
+ - management
43
+ - storage
44
+ download :
45
+ - url : https://github.com/crazy-max/artifactory-cleanup/releases/download/v${version}/artifactory-cleanup_${version}_linux_${alt_arch}.tar.gz
46
+ type : tarball
47
+ files :
48
+ - artifactory-cleanup
49
+
38
50
- name : bin
39
51
version : 0.15.1
40
52
check : ${binary} --version | grep ^bin | cut -d' ' -f3
You can’t perform that action at this time.
0 commit comments