Skip to content

Commit

Permalink
ccenhancer: fix checkver regex
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Jan 30, 2024
1 parent 25840b8 commit 2375fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket/ccenhancer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"persist": "cc_config.ini",
"checkver": {
"url": "https://singularlabs.com/software/ccenhancer/download-ccenhancer/",
"regex": "CCEnhancer Portable \\(English only\\)</td>[\\n]<td>([\\d.]+)</td>(?:[\\n][^\\d]*)+?https://singularlabs.com/download/(?<num>\\d+)/"
"regex": "<td>CCEnhancer Portable \\(English only\\)</td>[\\n]<td>([\\d.]+)</td>[\\n]<td>[\\n].*https://singularlabs\\.com/download/(?<num>\\d+)/"
},
"autoupdate": {
"url": "https://singularlabs.com/download/$matchNum/#/ccenhancer.exe"
Expand Down

0 comments on commit 2375fd2

Please sign in to comment.