Skip to content

Commit

Permalink
mergiraf: fix checkver regex
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinphilips authored Nov 9, 2024
1 parent a9c4d04 commit 5e6e193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket/mergiraf.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"checkver": {
"url": "https://codeberg.org/api/v1/repos/mergiraf/mergiraf/releases/latest",
"jsonpath": "$.tag_name",
"regex": "v([\\\\d.]+)"
"regex": "v([\\d.]+)"
},
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit 5e6e193

Please sign in to comment.