This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit 62b56c6 1 parent ba587b8 commit 62b56c6 Copy full SHA for 62b56c6
File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 600
600
"datasourceTemplate" : " github-releases" ,
601
601
"extractVersionTemplate" : " ^v(?<version>.+?)$"
602
602
},
603
+ {
604
+ "fileMatch" : [
605
+ " ^tools.yaml$"
606
+ ],
607
+ "matchStrings" : [
608
+ " name: diun\\ n\\ s+version: \" ?(?<currentValue>.*?)\" ?\\ n"
609
+ ],
610
+ "depNameTemplate" : " crazy-max/diun" ,
611
+ "datasourceTemplate" : " github-releases" ,
612
+ "extractVersionTemplate" : " ^v(?<version>.+?)$"
613
+ },
603
614
{
604
615
"fileMatch" : [
605
616
" ^tools.yaml$"
Original file line number Diff line number Diff line change @@ -1638,6 +1638,19 @@ tools:
1638
1638
- url : https://github.com/TomWright/dasel/releases/download/v${version}/dasel_linux_${alt_arch}
1639
1639
type : executable
1640
1640
1641
+ - name : diun
1642
+ version : 4.22.0
1643
+ check : ${binary} --version
1644
+ tags :
1645
+ - registry
1646
+ - oci
1647
+ - management
1648
+ download :
1649
+ - url : https://github.com/crazy-max/diun/releases/download/v${version}/diun_${version}_linux_${alt_arch}.tar.gz
1650
+ type : tarball
1651
+ files :
1652
+ - diun
1653
+
1641
1654
- name : dive
1642
1655
version : 0.10.0
1643
1656
check : ${binary} --version | cut -d' ' -f2
You can’t perform that action at this time.
0 commit comments