This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit fab7055 1 parent 9f3ae31 commit fab7055 Copy full SHA for fab7055
File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1918
1918
"datasourceTemplate" : " github-releases" ,
1919
1919
"extractVersionTemplate" : " ^v(?<version>.+?)$"
1920
1920
},
1921
+ {
1922
+ "fileMatch" : [
1923
+ " ^tools.yaml$"
1924
+ ],
1925
+ "matchStrings" : [
1926
+ " name: semver\\ n\\ s+version: \" ?(?<currentValue>.*?)\n "
1927
+ ],
1928
+ "depNameTemplate" : " fsaintjacques/semver-tool" ,
1929
+ "datasourceTemplate" : " github-releases"
1930
+ },
1921
1931
{
1922
1932
"fileMatch" : [
1923
1933
" ^tools.yaml$"
Original file line number Diff line number Diff line change @@ -4403,6 +4403,15 @@ tools:
4403
4403
${binary} completion fish >"${target}/share/fish/vendor_completions.d/${name}.fish"
4404
4404
${binary} completion zsh >"${target}/share/zsh/vendor-completions/_${name}"
4405
4405
4406
+ - name : semver
4407
+ version : 3.3.0
4408
+ check : ${binary} --version | cut -d' ' -f2
4409
+ tags :
4410
+ - development
4411
+ download :
4412
+ - url : https://github.com/fsaintjacques/semver-tool/raw/${version}/src/semver
4413
+ type : executable
4414
+
4406
4415
- name : shortnames
4407
4416
version : 2022.02.08
4408
4417
binary : false
You can’t perform that action at this time.
0 commit comments