Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 1be12b6

Browse files
committed
Added yasu #2581
1 parent 9c3e69d commit 1be12b6

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

renovate.json

+11
Original file line numberDiff line numberDiff line change
@@ -2055,6 +2055,17 @@
20552055
"datasourceTemplate": "github-releases",
20562056
"extractVersionTemplate": "^v(?<version>.+?)$"
20572057
},
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+
},
20582069
{
20592070
"fileMatch": [
20602071
"^tools.yaml$"

tools.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -4615,6 +4615,17 @@ tools:
46154615
files:
46164616
- sorelay.exe
46174617

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+
46184629
- name: ytt
46194630
version: 0.42.0
46204631
check: ${binary} version | cut -d' ' -f3

0 commit comments

Comments
 (0)