This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit 93a6d70 1 parent fab7055 commit 93a6d70 Copy full SHA for 93a6d70
File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1973
1973
"datasourceTemplate" : " github-releases" ,
1974
1974
"extractVersionTemplate" : " ^v(?<version>.+?)$"
1975
1975
},
1976
+ {
1977
+ "fileMatch" : [
1978
+ " ^tools.yaml$"
1979
+ ],
1980
+ "matchStrings" : [
1981
+ " name: sloop\\ n\\ s+version: \" ?(?<currentValue>.*?)\n "
1982
+ ],
1983
+ "depNameTemplate" : " salesforce/sloop" ,
1984
+ "datasourceTemplate" : " github-releases" ,
1985
+ "extractVersionTemplate" : " ^v(?<version>.+?)$" ,
1986
+ "versioningTemplate" : " loose"
1987
+ },
1976
1988
{
1977
1989
"fileMatch" : [
1978
1990
" ^tools.yaml$"
Original file line number Diff line number Diff line change @@ -4458,6 +4458,17 @@ tools:
4458
4458
type : file
4459
4459
path : ${target}/share/man/man1/slirp4netns.1
4460
4460
4461
+ - name : sloop
4462
+ version : 1.1
4463
+ tags :
4464
+ - kubernetes
4465
+ - k8s
4466
+ - management
4467
+ download :
4468
+ - url :
4469
+ x86_64 : https://github.com/salesforce/sloop/releases/download/v1.1/sloop_1.1_linux_amd64.tar.gz
4470
+ type : tarball
4471
+
4461
4472
- name : sops
4462
4473
version : 3.7.3
4463
4474
check : ${binary} --version | head -n 1 | cut -d' ' -f2
You can’t perform that action at this time.
0 commit comments