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

Commit 9c94221

Browse files
committed
Added gosu #2581
1 parent 8c47ebc commit 9c94221

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

renovate.json

+12
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,18 @@
960960
"datasourceTemplate": "github-releases",
961961
"extractVersionTemplate": "^v(?<version>.+?)$"
962962
},
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+
},
963975
{
964976
"fileMatch": [
965977
"^tools.yaml$"

tools.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -2412,6 +2412,15 @@ tools:
24122412
type: tarball
24132413
path: ${target}
24142414

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+
24152424
- name: grype
24162425
version: 0.46.0
24172426
check: ${binary} version | grep "^Version:" | tr -s ' ' | cut -d' ' -f2

0 commit comments

Comments
 (0)