Skip to content

Commit e931b62

Browse files
authored
Merge pull request #64 from timvw/fix/renovate-bose-checksum
Fix bose checksum handling
2 parents 404da32 + 3092c31 commit e931b62

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"/Formula/qv\\.rb/"
3535
],
3636
"matchStrings": [
37-
"url \"https://github\\.com/timvw/qv/(?:releases/download|archive/refs/tags)/v?(?<currentValue>\\d+\\.\\d+\\.\\d+)[^\"]*\"",
37+
"(?m)url \"https://github\\.com/timvw/qv/releases/download/v?(?<currentValue>\\d+\\.\\d+\\.\\d+)/qv-(?:aarch64|x86_64)-apple-darwin\\.tar\\.gz\"\\s*\\n\\s*sha256 \"(?<currentDigest>[a-f0-9]{64})\"",
3838
"root_url \"https://github\\.com/timvw/homebrew-tap/releases/download/qv-(?<currentValue>\\d+\\.\\d+\\.\\d+)\""
3939
],
40-
"datasourceTemplate": "github-releases",
40+
"datasourceTemplate": "github-release-attachments",
4141
"packageNameTemplate": "timvw/qv"
4242
},
4343
{
@@ -46,9 +46,9 @@
4646
"/Formula/bose\\.rb/"
4747
],
4848
"matchStrings": [
49-
"url \"https://github\\.com/timvw/bose/releases/download/v?(?<currentValue>\\d+\\.\\d+\\.\\d+)/[^\"]+\""
49+
"(?m)url \"https://github\\.com/timvw/bose/releases/download/v?(?<currentValue>\\d+\\.\\d+\\.\\d+)/bose-v\\d+\\.\\d+\\.\\d+-apple-darwin-universal\\.tar\\.gz\"\\s*\\n\\s*sha256 \"(?<currentDigest>[a-f0-9]{64})\""
5050
],
51-
"datasourceTemplate": "github-releases",
51+
"datasourceTemplate": "github-release-attachments",
5252
"packageNameTemplate": "timvw/bose"
5353
}
5454
]

0 commit comments

Comments
 (0)