This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit ff08cb1 1 parent 9e0a158 commit ff08cb1 Copy full SHA for ff08cb1
File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 839
839
"datasourceTemplate" : " github-releases" ,
840
840
"extractVersionTemplate" : " ^v(?<version>.+?)$"
841
841
},
842
+ {
843
+ "fileMatch" : [
844
+ " ^tools.yaml$"
845
+ ],
846
+ "matchStrings" : [
847
+ " name: ekz\\ n\\ s+version: \" ?(?<currentValue>.*?)\n "
848
+ ],
849
+ "depNameTemplate" : " chanwit/ekz" ,
850
+ "datasourceTemplate" : " github-releases"
851
+ },
842
852
{
843
853
"fileMatch" : [
844
854
" ^tools.yaml$"
Original file line number Diff line number Diff line change @@ -2184,6 +2184,18 @@ tools:
2184
2184
${binary} completion fish >"${target}/share/fish/vendor_completions.d/${name}.fish"
2185
2185
${binary} completion zsh >"${target}/share/zsh/vendor-completions/_${name}"
2186
2186
2187
+ - name : ekz
2188
+ version : 0.8.0
2189
+ check : ${binary} --version | cut -d' ' -f3
2190
+ tags :
2191
+ - kubernetes
2192
+ - k8s
2193
+ - cloud
2194
+ download :
2195
+ - url :
2196
+ x86_64 : https://github.com/chanwit/ekz/releases/download/v${version}/ekz_${version}_linux_${alt_arch}.tar.gz
2197
+ type : tarball
2198
+
2187
2199
- name : faas-cli
2188
2200
version : 0.14.5
2189
2201
check : ${binary} version | grep "version:" | cut -d' ' -f3
You can’t perform that action at this time.
0 commit comments