This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit 1be12b6 1 parent 9c3e69d commit 1be12b6 Copy full SHA for 1be12b6
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 2055
2055
"datasourceTemplate" : " github-releases" ,
2056
2056
"extractVersionTemplate" : " ^v(?<version>.+?)$"
2057
2057
},
2058
+ {
2059
+ "fileMatch" : [
2060
+ " ^tools.yaml$"
2061
+ ],
2062
+ "matchStrings" : [
2063
+ " name: yasu\\ n\\ s+version: \" ?(?<currentValue>.*?)\n "
2064
+ ],
2065
+ "depNameTemplate" : " crazy-max/yasu" ,
2066
+ "datasourceTemplate" : " github-releases" ,
2067
+ "extractVersionTemplate" : " ^v(?<version>.+?)$"
2068
+ },
2058
2069
{
2059
2070
"fileMatch" : [
2060
2071
" ^tools.yaml$"
Original file line number Diff line number Diff line change @@ -4615,6 +4615,17 @@ tools:
4615
4615
files :
4616
4616
- sorelay.exe
4617
4617
4618
+ - name : yasu
4619
+ version : 1.19.0
4620
+ check : ${binary} --version | cut -d' ' -f1
4621
+ tags :
4622
+ - init
4623
+ download :
4624
+ - url : https://github.com/crazy-max/yasu/releases/download/v${version}/yasu_${version}_linux_${alt_arch}.tar.gz
4625
+ type : tarball
4626
+ files :
4627
+ - yasu
4628
+
4618
4629
- name : ytt
4619
4630
version : 0.42.0
4620
4631
check : ${binary} version | cut -d' ' -f3
You can’t perform that action at this time.
0 commit comments