This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit 9c94221 1 parent 8c47ebc commit 9c94221 Copy full SHA for 9c94221
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 960
960
"datasourceTemplate" : " github-releases" ,
961
961
"extractVersionTemplate" : " ^v(?<version>.+?)$"
962
962
},
963
+ {
964
+ "fileMatch" : [
965
+ " ^tools.yaml$"
966
+ ],
967
+ "matchStrings" : [
968
+ " name: gosu\\ n\\ s+version: \" ?(?<currentValue>.*?)\n "
969
+ ],
970
+ "depNameTemplate" : " tianon/gosu" ,
971
+ "datasourceTemplate" : " github-releases" ,
972
+ "extractVersionTemplate" : " ^v(?<version>.+?)$" ,
973
+ "versioningTemplate" : " loose"
974
+ },
963
975
{
964
976
"fileMatch" : [
965
977
" ^tools.yaml$"
Original file line number Diff line number Diff line change @@ -2412,6 +2412,15 @@ tools:
2412
2412
type : tarball
2413
2413
path : ${target}
2414
2414
2415
+ - name : gosu
2416
+ version : 1.14
2417
+ check : ${binary} --version | cut -d' ' -f1
2418
+ tags :
2419
+ - init
2420
+ download :
2421
+ - url : https://github.com/tianon/gosu/releases/download/${version}/gosu-${alt_arch}
2422
+ type : executable
2423
+
2415
2424
- name : grype
2416
2425
version : 0.46.0
2417
2426
check : ${binary} version | grep "^Version:" | tr -s ' ' | cut -d' ' -f2
You can’t perform that action at this time.
0 commit comments