This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit d9b33fb 1 parent 596d4a2 commit d9b33fb Copy full SHA for d9b33fb
File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 368
368
"datasourceTemplate" : " github-releases" ,
369
369
"extractVersionTemplate" : " ^v(?<version>.+?)$"
370
370
},
371
+ {
372
+ "fileMatch" : [
373
+ " ^tools.yaml$"
374
+ ],
375
+ "matchStrings" : [
376
+ " name: catatonit\\ n\\ s+version: \" ?(?<currentValue>.*?)\" ?\\ n"
377
+ ],
378
+ "depNameTemplate" : " openSUSE/catatonit" ,
379
+ "datasourceTemplate" : " github-releases" ,
380
+ "extractVersionTemplate" : " ^v(?<version>.+?)$"
381
+ },
371
382
{
372
383
"fileMatch" : [
373
384
" ^tools.yaml$"
Original file line number Diff line number Diff line change @@ -325,6 +325,16 @@ tools:
325
325
${binary} completion fish >"${target}/share/fish/vendor_completions.d/${name}.fish"
326
326
${binary} completion zsh >"${target}/share/zsh/vendor-completions/_${name}"
327
327
328
+ - name : catatonit
329
+ version : 0.1.7
330
+ check : ${binary} --version | cut -d' ' -f3 | cut -d_ -f1
331
+ tags :
332
+ - init
333
+ download :
334
+ - url :
335
+ x86_64 : https://github.com/openSUSE/catatonit/releases/download/v${version}/catatonit.x86_64
336
+ type : executable
337
+
328
338
- name : cilium
329
339
version : 0.12.1
330
340
check : ${binary} version | grep ^cilium-cli | cut -d' ' -f2 | tr -d v
You can’t perform that action at this time.
0 commit comments